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...
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.
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
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
Remove old peers from the CM’s list.
Remove old peers from the CM’s list.View AnswerAnswer: C
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...