https://pulumi.com logo
#general
Title
# general
r

rich-agency-75207

06/07/2022, 11:53 AM
Hi All. I have a few encrypted Key value secrets in my stack config. I am still new to pulumi (and focus on the
YAML
interface) - I plan to configure some variables, in my
main.yaml
file, to consume these Key values then reference later by other resources definitions. Question: Will the transient variable ingest the encrypted value or will the call decrypt the value first?
1
e

echoing-dinner-19531

06/07/2022, 3:27 PM
The value will be decrypted but the values should continue to be tracked as a secret during the deployment so derived values also get encrypted when saved back to state.
2 Views