hallowed-printer-89159
11/21/2022, 4:30 PMpulumi config set-all --plaintext instancesConfig=[{zone: us-central1-a, quantity: 3}, {zone: us-central1-b, quantity: 1}]
and I got an error
Each key-value pair must be preceded by either the --secret
or the --plaintext
flag to denote whether
it should be encrypted:red-match-15116
11/21/2022, 5:09 PMpulumi config set-all --plaintext instancesConfig [{zone: us-central1-a, quantity: 3}, {zone: us-central1-b, quantity: 1}]
=
)pulumi config set
instead of set-all
[{"zone": "us-central1-a", "quantity": 3}, {"zone": "us-central1-b", "quantity": 1}]
hallowed-printer-89159
11/21/2022, 5:33 PM