Question 71
Which one of the following command will rewrite Terraform configuration files to a canonical format and style.
Question 72
Once a resource is marked as tainted, the next plan will show that the resource will be _________ and
___________ and the next apply will implement this change.
Question 73
After running into issues with Terraform, you need to enable verbose logging to assist with troubleshooting the error. Which of the following values provides the MOST verbose logging?
Question 74
Which of the following value will be accepted for var1?
variable "var1" {
type = string
}
Question 75
You have created a custom variable definition file testing.tfvars. How will you use it for provisioning infrastructure?
