Skip to content

Commit

Permalink
Merge pull request #990 from AlexsLemonade/avrohom/add-auto-approve-t…
Browse files Browse the repository at this point in the history
…o-replace-provider

Add auto-approve to replace_provider command
  • Loading branch information
avrohomgottlieb authored Nov 22, 2024
2 parents 97c37b6 + cf11724 commit d5ce4a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infrastructure/replace_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ def replace_provider(org, provider):
"terraform",
"state",
"replace-provider",
"-auto-approve",
f"registry.terraform.io/-/{provider}",
f"registry.terraform.io/{org}/{provider}",
]
Expand Down

0 comments on commit d5ce4a7

Please sign in to comment.