Skip to content

Commit 858243b

Browse files
pulumi-botclaude
andauthored
Content review: content/docs/iac/concepts/providers/_index.md (#20953)
Automated existing-content review. Co-authored-by: Claude <noreply@anthropic.com>
1 parent c7d82f8 commit 858243b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

content/docs/iac/concepts/providers/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -636,6 +636,7 @@ pulumi config set --path 'pulumi:disable-default-providers[0]' aws
636636
Each command adds one entry to the list, so disabling both the `aws` and `kubernetes` default providers means running both commands in sequence — the first sets index `[0]`, and the second sets index `[1]`:
637637

638638
```sh
639+
pulumi config set --path 'pulumi:disable-default-providers[0]' aws
639640
pulumi config set --path 'pulumi:disable-default-providers[1]' kubernetes
640641
```
641642

0 commit comments

Comments
 (0)