This message was deleted.
# general
s
This message was deleted.
w
a
I'm trying to get away from structured config because I've found that it's a mess when dealing with data structures containing both secret and non-secret values
w
Ah yeah, so if not using structured config, then the pattern is to prefix each config variable with the namespace. https://www.pulumi.com/docs/intro/concepts/config/#configuration-keys
a
Do you have any experience dealing with structured config where some values are secret and some arent?
w
Unfortunately, I have not dug into that use-case.