Skip to content

Commit

Permalink
Updating azure version
Browse files Browse the repository at this point in the history
  • Loading branch information
twerthi committed Jul 31, 2023
1 parent df07217 commit e6bf552
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = ">= 2.93.1" # example: 0.7.62
#version = ">= 2.93.1" # example: 0.7.62
version = ">=3.5.0"
}
}

Expand Down

0 comments on commit e6bf552

Please sign in to comment.