Running terraform fmt without any flags in a directory with Terraform configuration files will check the formatting of those files, but will never change their contents.
The -refresh-only parameter will update your state file when used with terraform plan.
While attempting to deploy resources into your cloud provider using Terraform, you begin to see some odd behavior and experience slow responses. In order to troubleshoot you decide to turn on Terraform debugging. Which environment variables must be configured to make Terraform ' s logging more verbose?
terraform destroy is the only way to remove infrastructure with Terraform.
What is the purpose of the .terraform directory in a Terraform workspace?
Multiple team members are collaborating on infrastructure using Terraform and want to format the* Terraform code following standard Terraform-style convention.
How should they ensure the code satisfies conventions?
Which of the following statements about Terraform modules is not true?
What type of block is used to construct a collection of nested configuration blocks?
You have a simple Terraform configuration containing one VM (virtual machine) in a cloud provider. You run terraform apply and the VM is created successfully. What will happen if you run terraform apply again immediately afterwards without changing any Terraform code?
You ' re writing a Terraform configuration that needs to read input from a local file called id_rsa.pub . Which built-in Terraform function can you use to import the file ' s contents as a string?