Skip to content

JaimeDeArcos/terraform-aws-archetype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Terraform AWS Archetype

With this starter terraform configuration you will deploy the following infrastructure:

To bootstrap this infrastructure:

  • First edit the test.tfvars file to customize the params.
  • Edit provider.tf file to add your path to .aws/creds and the desired profile.

After that you can simply execute the following command:

terraform apply -var-file="test.tfvars"

To destroy the generated aws resources:

terraform destroy -var-file="test.tfvars"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages