You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/iac/concepts/providers/_index.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -636,6 +636,7 @@ pulumi config set --path 'pulumi:disable-default-providers[0]' aws
636
636
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]`:
637
637
638
638
```sh
639
+
pulumi config set --path 'pulumi:disable-default-providers[0]' aws
639
640
pulumi config set --path 'pulumi:disable-default-providers[1]' kubernetes
0 commit comments