Skip to content

Commit

Permalink
add auto-approve to replace_provider command
Browse files Browse the repository at this point in the history
  • Loading branch information
avrohomgottlieb committed Nov 22, 2024
1 parent 46b0868 commit cf11724
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 cf11724

Please sign in to comment.