🔶 Task 1: Find the purpose of basic Terraform commands which you'll use often
terraform init
: The plugins are installed.terraform init -upgrade
: Used to update and upgrade the plugins and modules used by your Terraform configuration to the latest available versions.terraform plan
: The execution plan is generated.terraform apply
: The execution is done and the state is maintained.terraform validate
: To check the syntax and validity of your Terraform configuration files without actually creating or modifying any infrastructure resources.terraform fmt
: To automatically format your Terraform configuration files.terraform destroy
: Destroy the created resources.
Happy Learning :)
Stay in the loop with my latest insights and articles on cloud ☁️ and DevOps ♾️ by following me on Hashnode, LinkedIn (https://www.linkedin.com/in/chandreshpatle28/), and GitHub (https://github.com/Chandreshpatle28).
Thank you for reading! Your support means the world to me. Let's keep learning, growing, and making a positive impact in the tech world together.
#Git #Linux Devops #Devopscommunity #90daysofdevopschallenge #python #docker #Jenkins #Kubernetes #Terraform