chore(kb/pulumi): improve configuration commands

This commit is contained in:
Michele Cereda
2024-05-02 02:06:10 +02:00
parent 27b3952b85
commit 0b39c76548

View File

@@ -287,8 +287,8 @@ pulumi new -gy 'typescript' -n 'name' --dir 'dirname' \
# Set configuration values. # Set configuration values.
pulumi config set --secret 'ecr:dockerHub' '{"username":"marcus","accessToken":"dckr_pat_polus"}' pulumi config set --secret 'ecr:dockerHub' '{"username":"marcus","accessToken":"dckr_pat_polus"}'
pulumi config set-all --path \ pulumi config set-all --path \
--plaintext 'aws:defaultTags.tags.Owner=SomeOne' \ --plaintext 'aws:defaultTags.tags.Owner=SomeOne' \
--plaintext 'aws:defaultTags.tags.Team=SomeTeam' --plaintext 'aws:defaultTags.tags.Team=SomeTeam'
# Using the same number of threads of the machine seems to give the best # Using the same number of threads of the machine seems to give the best
# performance ratio. # performance ratio.