mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
chore(pulumi): add config value as json object
This commit is contained in:
@@ -43,6 +43,7 @@ pulumi config set 'boincAcctMgrUrl' 'https://bam.boincstats.com'
|
|||||||
pulumi config set --secret 'boincGuiRpcPasswd' 'something-something-darkside'
|
pulumi config set --secret 'boincGuiRpcPasswd' 'something-something-darkside'
|
||||||
pulumi config set --path 'outer.inner' 'value'
|
pulumi config set --path 'outer.inner' 'value'
|
||||||
pulumi config set --path 'list[1]' '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'
|
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
|
cat "$HOME/.ssh/snowflake.key" | pulumi config set 'snowflake:privateKey' --secret
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user