haliim / Terraform-Certification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terraform-Certification

Documentation https://www.terraform.io/docs

terraform workflow consists of 4 steps: - write the config file (similar to local.tf & aws.tf) - Run the terraform init command - Review the execution plan using execution command - Apply changes using terraform apply command

About

License:Apache License 2.0


Languages

Language:HCL 83.7%Language:Shell 16.3%