Skip to content

Commit

Permalink
Fixed stack path config command (pulumi#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronkao authored Mar 24, 2023
1 parent c582e34 commit 1de3fe6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pulumi-programs/drift-detection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ Drift detection can alert you to situations where someone has made manual edits
```bash
pulumi config set aws:region us-west-2
pulumi config set --secret pulumiAccessToken xxxxxxxxxxxxxxxxx # your access token value
pulumi config set 'stack[0]' organization/project1/stack1
pulumi config set 'stack[1]' organization/project2/stack2
pulumi config set --path stacks[0] organization/project1/stack1
pulumi config set --path stacks[1] organization/project2/stack2
```

1. Execute the Pulumi program:
Expand Down

0 comments on commit 1de3fe6

Please sign in to comment.