Terraform
Terraform
“Terraform is an infrastructure as code tool that lets you build, change, and version infrastructure safely and efficiently.”
Folder structure and files
| File | Purpose |
|---|---|
| terraform.tf | contains configurations like provider |
| main.tf | contains the resources which need to be created |
| variables.tf | contains variable declarations |
| output.tf | contains which values/information gets exported |