abdelhegazi / terraform

work with terraform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

terraform usage


I have uploaded managing AWS via terraform. However, I would like to use other providers which terraform support in future.

First of all, you should clone this repo to your local machine. I provided modules with simple examples.

Plan


terraform plan or terraform plan -var-file terraform.tfvars

Apply


terraform apply or terraform apply -var-file terraform.tfvars

Destroy


terraform destroy or terraform destroy -var-file terraform.tfvars

Authors

Created and maintained by Vitaliy Natarov (vitaliy.natarov@yahoo.com).

License

Apache 2 Licensed. See LICENSE for full details.

About

work with terraform

License:Apache License 2.0


Languages

Language:HCL 99.6%Language:Shell 0.2%Language:Smarty 0.2%