QuestionQ17

Terraform state management

When declaring a variable, setting the sensitive argument to true prevents its value from being stored in the state file.

  • A True
  • B False
Explanation

Marking a Terraform variable as sensitive suppresses or redacts its value in Terraform’s human-readable output, but it does not prevent that value from being recorded in state when required. State must be protected as sensitive data.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!