You have created 2 workspaces PROD and RQ
You have created 2 workspaces PROD and RQA . You have switched to RQA and provisioned RQA infrastructure from this workspace. Where is your state file stored?B . terraform.tfstate.dC . terraform.dD . terraform.tfstate.RQAE . terraform.tfstateView AnswerAnswer: A
Remove old peers from the CM’s list.
Remove old peers from the CM’s list.View AnswerAnswer: C
By default, a defined provisioner is a creation-time provisioner.
By default, a defined provisioner is a creation-time provisioner.A . TrueB . FalseView AnswerAnswer: A Explanation: https://www.terraform.io/docs/provisioners/index.html
What is the default backend for Terraform?
What is the default backend for Terraform?A . consulB . gcsC . localD . etcdView AnswerAnswer: C Explanation: By default, Terraform uses the "local" backend, which is the normal behavior of Terraform you're used to. https://www.terraform.io/docs/backends/index.html
Remove old peers from the CM’s list.
Remove old peers from the CM’s list.View AnswerAnswer: C
Which one of the below you will choose?
You want terraform plan and apply to be executed in Terraform Cloud's run environment but the output is to be streamed locally . Which one of the below you will choose?A . Local BackendsB . This can be done using any of the local or remote backendsC . Remote BackendsD...
What is the command you can use to set an environment variable named "var1"of type String?
What is the command you can use to set an environment variable named "var1"of type String?A . export TF_VAR_VAR1B . set TF_VAR_var1C . variable "var1" { type = "string"}D . export TF_VAR_var1View AnswerAnswer: D Explanation: The environment variable must be in the format TF_VAR_name, so for the Question: TF_ VAR_var1...
Remove old peers from the CM’s list.
Remove old peers from the CM’s list.View AnswerAnswer: C
Remove old peers from the CM’s list.
Remove old peers from the CM’s list.View AnswerAnswer: C
What of the following approaches needs to be followed in order to select image-4589?
} What of the following approaches needs to be followed in order to select image-4589?A . var.images["us-west-1"]B . var.images[3]C . var.images[2]D . lookup(var.images["us-west-1"]View AnswerAnswer: A