sparse-intern-71089
08/24/2020, 9:44 PMlittle-cartoon-10569
08/24/2020, 9:52 PMThere is also a runtime aspect to secrets, in that any Output<T>
value may be marked secret. If an output is a secret, then any computed values from it—such as those derived through an apply
call—will themselves be marked secret. All such values are stored encrypted inside of your state, and never in plaintext.
few-shoe-6011
08/24/2020, 10:13 PM[secret]
, basically eliminating any useful diff on future updates.little-cartoon-10569
08/24/2020, 11:15 PMdeployment_name
was built from a secret then it should be secret, but it doesn't look like you're using the kw.Secret
to build deployment_name
...