From 0b39c76548015d1150e9f9bb6b287e5a8272b70f Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Thu, 2 May 2024 02:06:10 +0200 Subject: [PATCH] chore(kb/pulumi): improve configuration commands --- knowledge base/pulumi.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/knowledge base/pulumi.md b/knowledge base/pulumi.md index fbc7fdd..9410697 100644 --- a/knowledge base/pulumi.md +++ b/knowledge base/pulumi.md @@ -287,8 +287,8 @@ pulumi new -gy 'typescript' -n 'name' --dir 'dirname' \ # Set configuration values. pulumi config set --secret 'ecr:dockerHub' '{"username":"marcus","accessToken":"dckr_pat_polus"}' pulumi config set-all --path \ - --plaintext 'aws:defaultTags.tags.Owner=SomeOne' \ - --plaintext 'aws:defaultTags.tags.Team=SomeTeam' + --plaintext 'aws:defaultTags.tags.Owner=SomeOne' \ + --plaintext 'aws:defaultTags.tags.Team=SomeTeam' # Using the same number of threads of the machine seems to give the best # performance ratio.