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

December 16, 2020 No Comments READ MORE +

Remove old peers from the CM’s list.

Remove old peers from the CM’s list.View AnswerAnswer: C

December 16, 2020 No Comments READ MORE +

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

December 14, 2020 No Comments READ MORE +

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

December 14, 2020 No Comments READ MORE +

Remove old peers from the CM’s list.

Remove old peers from the CM’s list.View AnswerAnswer: C

December 14, 2020 No Comments READ MORE +

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...

December 14, 2020 No Comments READ MORE +

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...

December 13, 2020 No Comments READ MORE +

Remove old peers from the CM’s list.

Remove old peers from the CM’s list.View AnswerAnswer: C

December 13, 2020 No Comments READ MORE +

Remove old peers from the CM’s list.

Remove old peers from the CM’s list.View AnswerAnswer: C

December 11, 2020 No Comments READ MORE +

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

December 11, 2020 No Comments READ MORE +