Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
nasaldrops committed Mar 13, 2024
1 parent ddddbf6 commit 7c751ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "=3.74.0"
version = "=3.94.0"
}
random = {
source = "hashicorp/random"
Expand All @@ -23,7 +23,7 @@ terraform {
}
}

backend "azurerm" {}
# backend "azurerm" {}
}

provider "azapi" {
Expand Down

0 comments on commit 7c751ba

Please sign in to comment.