Skip to content

Commit

Permalink
upgrade azurerm to latest 3.x version
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-D-Lewis committed Oct 31, 2024
1 parent 88dfe24 commit 21a6bb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "=3.97.1"
version = "=3.116.0"
}
}
required_version = ">= 1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/_nebari/stages/terraform_state/template/azure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "=3.97.1"
version = "=3.116.0"
}
}
required_version = ">= 1.0"
Expand Down

0 comments on commit 21a6bb5

Please sign in to comment.