Rahul Wagh
Posted on May 17, 2021
Terraform is OpenSource infrastructure as a code software tool. With the help of Terraform you can provision infrastructure on cloud platform such AWS(https://aws.amazon.com/), Google Cloud(https://cloud.google.com/), Azure(https://azure.microsoft.com/en-us/), DigitalOcean(https://www.digitalocean.com/), OpenShift(https://www.openshift.com/) and many more...cloud provider
But before you start working with Terraform you must understand different types of variables provided by the terraform -
- variable.tf - This file is used for declaring and defining variables
- terraform.tfvars - It is also used for declaring and defining variables but can be used for multiple environment like staging, production
- commandline vars - If you want to pass the variable using terraform commandline
💖 💪 🙅 🚩
Rahul Wagh
Posted on May 17, 2021
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
terraform Terraform: Modules and Workspaces: Techniques for Modular and Scalable Infrastructure in AWS
September 20, 2024