Where in your Terraform configuration do you specify a state backend?
What is the Terraform style convention for indenting a nesting level compared to the one above it?
Which of these statements about Terraform Cloud workspaces is false?
Which of the following arguments are required when declaring a Terraform output?
Which parameters does terraform import require? Choose two correct answers.
If you manually destroy infrastructure, what is the best practice reflecting this change in Terraform?
You have a simple Terraform configuration containing one virtual machine (VM) in a cloud provider. You run terraform apply and the VM is created successfully. What will happen if you terraform apply again immediately afterward without changing any Terraform code?
When you initialize Terraform, where does it cache modules from the public Terraform Registry?
In a Terraform Cloud workspace linked to a version control repository, speculative plan runs start automatically when you merge or commit changes to version control.
Which of the following are advantages of using infrastructure as code (laC) instead of provisioning with a graphical user interface (GUI)? Choose two correct answers.