Compare commits

..

6 Commits

Author SHA1 Message Date
e382979c11 bump azurerm to v3 2024-10-04 10:34:17 +08:00
3a6dd12ab9 bump azurerm to v3 2024-10-04 10:19:03 +08:00
5192273700 try to fix example 2024-10-04 09:45:52 +08:00
d2e47ddadd add issue ref 2024-10-04 09:45:52 +08:00
96d88c3c41 try to fix example 2024-10-04 09:45:52 +08:00
e405273660 bump azurerm to v3 2024-10-04 09:45:52 +08:00
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ terraform {
required_providers { required_providers {
azurerm = { azurerm = {
source = "hashicorp/azurerm" source = "hashicorp/azurerm"
version = "~>2.0" version = "~>3.0"
} }
random = { random = {
source = "hashicorp/random" source = "hashicorp/random"

View File

@ -8,7 +8,7 @@ terraform {
} }
azurerm = { azurerm = {
source = "hashicorp/azurerm" source = "hashicorp/azurerm"
version = "~>2.0" version = "~>3.0"
} }
random = { random = {
source = "hashicorp/random" source = "hashicorp/random"