chore(pulumi): add config value as json object

This commit is contained in:
Michele Cereda
2026-01-23 17:20:53 +01:00
parent cd9f9faf81
commit 8ff58579b6

View File

@@ -43,6 +43,7 @@ pulumi config set 'boincAcctMgrUrl' 'https://bam.boincstats.com'
pulumi config set --secret 'boincGuiRpcPasswd' 'something-something-darkside'
pulumi config set --path 'outer.inner' 'value'
pulumi config set --path 'list[1]' 'value'
pulumi config set --secret someObject '{"someValue1": "someSecureValue", "someValue2": "someOtherSecureValue" }'
gpg --export 'smth@example.org' | pulumi config set 'smthTeam:pgpKey-public-raw' --type 'string'
cat "$HOME/.ssh/snowflake.key" | pulumi config set 'snowflake:privateKey' --secret