Question 146

A Terraform provider is NOT responsible for:
  • Question 147

    You have multiple team members collaborating on infrastructure as code (IaC) using Terraform, and want to apply formatting standards for readability.
    How can you format Terraform HCL (HashiCorp Configuration Language) code according to standard Terraform style convention?
  • Question 148

    How is terraform import run?
  • Question 149

    You've used Terraform to deploy a virtual machine and a database. You want to replace this virtual machine instance with an identical one without affecting the database. What is the best way to achieve this using Terraform?
  • Question 150

    Define the purpose of state in Terraform.