bump azurerm provider version

This commit is contained in:
zjhe
2024-09-30 10:13:33 +08:00
committed by lonegunmanb
parent e804ce599d
commit 97bb7ed715
2 changed files with 2 additions and 5 deletions

View File

@ -4,7 +4,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = ">=2.78.0, <3.0"
version = "~> 3.0"
}
azureml = {