Skip to content

Commit

Permalink
update azurerm version (nebari-dev#2370)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-D-Lewis authored Apr 1, 2024
1 parent 01de097 commit 8094913
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.22.0"
version = "=3.97.1"
}
}
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.22.0"
version = "=3.97.1"
}
}
required_version = ">= 1.0"
Expand Down

0 comments on commit 8094913

Please sign in to comment.