ancient-dream-54685
10/25/2025, 2:47 AMpulumicConfig:
objConfig:
nonSecret: not_a_secret
secret:
fn::secret: top_secret
then inside my program must I use config.requireSecretObject to get the whole object as a secret if I wish to keep objConfig.secret derived values encrypted in the state?silly-country-86708
10/27/2025, 4:56 PMfull-boots-69133
11/11/2025, 11:31 PMobjConfig.nonSecret without using requireSecret you need to set up the ESC environment like this:
pulumicConfig:
objConfig:nonSecret:
objConfig:secret:
fn::secret: top_secret
Might be worth pulling the values out into a separate structure and referencing them in pulumiConfig instead?