Terraform variable.tf and terraform.tfvars | Terraform tfvars | Terraform terraform.tfvars | Terraform command line variables

▬▬▬▬▬▬ * Instruction's Guides * ▬▬▬▬▬▬

1. How to use Terraform input variables - https://jhooq.com/terraform-variable-and-tfvars-file/

▬▬▬▬▬▬ * Previous Guides * ▬▬▬▬▬▬
How to use Terraform input variables - https://jhooq.com/terraform-input-variables/
Terrafrom installation and setup on GCP and EC2 - https://jhooq.com/terraform-ec2-instance-setup/


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 -
1. variable.tf - This file is used for declaring and defining variables
2. terraform.tfvars - It is also used for declaring and defining variables but can be used for multiple environment like staging, production
3. commandline vars - If you want to pass the variable using terraform commandline


Here is the time stamp for all the topics which we are going to discuss


▬▬▬▬▬▬ ⭐️ Timestamps ⭐️ ▬▬▬▬▬▬
0:00 - Intro to Terraform Input Variables
01:27 - variable.tf
09:31 - terraform.tfvars
13:50 - mulitple terraform.tfvars
19:36 - terrafrom command line variable



For more details on Terraform here is the official guide - https://www.terraform.io/docs/

To learn more on DevOps visit - https://jhooq.com


Disclaimer/Policy: All the content/instructions are solely mine. The source is completely open-source.

Video is copyrighted and can not be re-distributed on any platform.



#devops #terraform #InfrastructureasCode #cloud