sparse-intern-71089
03/15/2023, 7:12 PMfast-vr-6049
03/15/2023, 7:13 PM--path
for this, like so:
pulumi config set --path namespace.key
brave-motorcycle-67487
03/15/2023, 7:15 PMpulumi config set --path winnie.twingate.name jolly-porpoise
creates this:
aws:winnie:
twingate:
name: jolly-porpoise
brave-motorcycle-67487
03/15/2023, 7:15 PMfast-vr-6049
03/15/2023, 7:18 PMnamespace
as a concept in Pulumi configs; I'm under the impression that the top-most level of config directives are the Pulumi project namebrave-motorcycle-67487
03/15/2023, 7:20 PMpulumi.Config()
and that separates out everything. I learned that if you set random things in the aws
namespace, the aws provider tries to validate them against its own rules and then throws an error 🙂fast-vr-6049
03/15/2023, 7:21 PMbrave-motorcycle-67487
03/15/2023, 7:21 PMfast-vr-6049
03/15/2023, 7:25 PMpulumi config set <new namespace>:aKey
fast-vr-6049
03/15/2023, 7:26 PM--path
, but I'd try pulumi config set --path 'winnie:twingate.name'
brave-motorcycle-67487
03/15/2023, 7:27 PMbrave-motorcycle-67487
03/15/2023, 7:28 PMfast-vr-6049
03/15/2023, 7:29 PM