Skip to content

Terraform boilerplate templates for learning and educational purposes.

License

Notifications You must be signed in to change notification settings

proviveknayan/terraform-boilerplate-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform Boilerplate Templates

Static Badge GPLv3 License

Official documentation 👉 https://developer.hashicorp.com/terraform

Build

terraform init
terraform plan -out deploy.tfplan
terraform apply deploy.tfplan

Destroy

terraform plan -destroy -out destroy.tfplan
terraform apply destroy.tfplan

About

Terraform boilerplate templates for learning and educational purposes.

Topics

Resources

License

Stars

Watchers

Forks

Languages