You want to use API tokens and other secrets within your team's Terraform workspaces. Where does HashiCorp recommend you store these sensitive values? (Pick the 3 correct responses)
A.
In an HCP Terraform/Terraform Cloud variable, with the sensitive option checked.
B.
In HashiCorp Vault.
C.
In a terraform.tfvars file, securely managed and shared with your team.
D.
In a terraform.tfvars file, checked into your version control system.
Sensitive values such as API tokens should be stored in a secure way, either in Terraform Cloud variables marked as sensitive or in HashiCorp Vault. Storing secrets in version control systems or plaintext files is not recommended.
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit