Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
elayrocks committed May 2, 2024
1 parent 92ee274 commit 214fdff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions deployment/bin/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ if [ "${BASH_SOURCE[0]}" = "${0}" ]; then

if [[ "${SKIP_TF}" != 1 ]]; then
echo "Deploying infrastructure with Terraform..."
terraform providers
terraform init --upgrade

if [ "${PLAN_ONLY}" ]; then
Expand Down
1 change: 0 additions & 1 deletion deployment/terraform/resources/providers.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
provider azurerm {
features {}
use_oidc = true
}

terraform {
Expand Down

0 comments on commit 214fdff

Please sign in to comment.