Since sensitive is set to true, the value associated with db password will not be present in state file as plain-text?

Refer to the below code where developer is outputting the value of the database password but has used sensitive parameter to hide the output value in the CLI. output "db_password" { value = aws_db_instance.db.password description = "The password for logging in to the database." sensitive = true} Since sensitive is...

December 9, 2020 No Comments READ MORE +

Terraform works well in Windows but a Windows server is required.

Terraform works well in Windows but a Windows server is required.A . FalseB . TrueView AnswerAnswer: A Explanation: You may see this Question: in actual exam. Please remember: Terraform does not require GO language to be installed as a prerequisite and it does not require a Windows Server as well.

December 8, 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 6, 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 4, 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 4, 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 4, 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 4, 2020 No Comments READ MORE +

Which of the following Terraform files should be ignored by Git when committing code to a repo? (select Three)

Which of the following Terraform files should be ignored by Git when committing code to a repo? (select Three)A . Files named exactly terraform.tfvars or terraform.tfvars.json.B . Any files with names ending in .auto.tfvars or .auto.tfvars.json.C . input.tfD . terraform.tfstateE . output.tfView AnswerAnswer: A, B, D Explanation: The .gitignore file...

December 2, 2020 No Comments READ MORE +