Day 61 Task: Working with Terraform

Day 61 Task: Working with Terraform

🔶 Task 1: Find the purpose of basic Terraform commands which you'll use often

  1. terraform init: The plugins are installed.

  2. terraform init -upgrade: Used to update and upgrade the plugins and modules used by your Terraform configuration to the latest available versions.

  3. terraform plan: The execution plan is generated.

  4. terraform apply: The execution is done and the state is maintained.

  5. terraform validate: To check the syntax and validity of your Terraform configuration files without actually creating or modifying any infrastructure resources.

  6. terraform fmt: To automatically format your Terraform configuration files.

  7. 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