Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

output.tf now needs sensitive annotation #5

Open
jgrangethales opened this issue May 7, 2021 · 0 comments
Open

output.tf now needs sensitive annotation #5

jgrangethales opened this issue May 7, 2021 · 0 comments

Comments

@jgrangethales
Copy link
Contributor

terraform failing with version 0.15.3 with

│ Error: Output refers to sensitive values

│ on outputs.tf line 26:
│ 26: output "vm-user-password" {

│ To reduce the risk of accidentally exporting sensitive data that was intended to be only internal, Terraform requires that any root module output containing sensitive data be explicitly marked as sensitive,
│ to confirm your intent.

│ If you do intend to export this data, annotate the output value as sensitive by adding the following argument:
│ sensitive = true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant