Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Don't show release values when running Terraform #627

Merged
merged 1 commit into from
Jun 26, 2020

Conversation

invidian
Copy link
Member

This commit adds 'sensitive = true' to all Terraform outputs, so they
don't show up, when we run 'terraform apply' from the code. This is
to avoid cluttering the user output, as those values are information,
which user don't need to see.

As far as I know, adding 'sensitive = true' is the only way in Terraform
to hide this output, even though the values itself are not really
sensitive.

Closes #625

Signed-off-by: Mateusz Gozdek mateusz@kinvolk.io

This commit adds 'sensitive = true' to all Terraform outputs, so they
don't show up, when we run 'terraform apply' from the code. This is
to avoid cluttering the user output, as those values are information,
which user don't need to see.

As far as I know, adding 'sensitive = true' is the only way in Terraform
to hide this output, even though the values itself are not really
sensitive.

Closes #625

Signed-off-by: Mateusz Gozdek <mateusz@kinvolk.io>
Copy link
Contributor

@iaguis iaguis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@invidian invidian merged commit 72fb7cd into master Jun 26, 2020
@invidian invidian deleted the invidian/hide-outputs branch June 26, 2020 22:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Don't output helm release values after running 'cluster apply'
2 participants