Skip to content

ykhemani/terraform-aws-foundation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-aws-vpc

This Terraform configuration uses the AWS VPC Terraform module to provision a VPC in AWS.

Use

Set the following Terraform variables in your workspace:

  • default_tags

For example:

default_tags = {
  ttl           = 24
  tfe-workspace = "acme/terraform-aws-vpc"
  repo          = "ykhemani/terraform-aws-vpc"
}
  • owner

For example:

owner = "yash"

Also set AWS credentials as environment variables, either in your workspace or in the environment where your Terraform Agent will execute the Terraform run.

For example:

  • AWS_ACCESS_KEY_ID
  • AWS_SECRET_ACCESS_KEY

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages