Compare commits

..

5 Commits

Author SHA1 Message Date
zjhe 003ecb509a bump azurerm to v3 2024-10-04 09:57:18 +08:00
zjhe 5192273700 try to fix example 2024-10-04 09:45:52 +08:00
zjhe d2e47ddadd add issue ref 2024-10-04 09:45:52 +08:00
zjhe 96d88c3c41 try to fix example 2024-10-04 09:45:52 +08:00
zjhe e405273660 bump azurerm to v3 2024-10-04 09:45:52 +08:00
+1 -1
View File
@@ -3,7 +3,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~>2.0"
version = "~>3.0"
}
random = {
source = "hashicorp/random"