Closed almathew closed 3 years ago
What prompted this change?
Someone (correctly) pointed out in conversation last week that by not marking these variables as sensitive, they show up in the output of various terraform ....
commands, meaning that people who should not have access to the values could access them by having access to CI/CD (or wherever else the state is being managed).
Arguably this was something we should've been doing from the beginning, but was overlooked when doing the initial scoping for implementation.
Tested using this configuration:
Gives this output:
And an example from
terraform applly
: