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

Commits on Jun 15, 2020

  1. Don't show release values when running Terraform

    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>
    invidian committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    4c0381a View commit details
    Browse the repository at this point in the history