Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Quick fix for README cleanup instructions. There is no variable named `enable_upbound_aws_provider` as indicated on the command line parameters instruction. The correct value is `enable_upjet_aws_provider` instead.
  • Loading branch information
gjmveloso authored Oct 7, 2024
1 parent c56d066 commit 403c4b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/terraform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ echo "$(kubectl -n argocd get secret argocd-initial-admin-secret -o jsonpath="{.

1. Remove crossplane providers by running
```bash
terraform apply --var enable_upbound_aws_provider=false --var enable_aws_provider=false --var enable_kubernetes_provider=false --var enable_helm_provider=false
terraform apply --var enable_upjet_aws_provider=false --var enable_aws_provider=false --var enable_kubernetes_provider=false --var enable_helm_provider=false
```

1. Run `kubectl get providers` to validate all providers were removed. If any left, remove using `kubectl delete providers <provider>`
Expand Down

0 comments on commit 403c4b7

Please sign in to comment.