bump azurerm to v3

This commit is contained in:
zjhe
2024-10-05 09:33:39 +08:00
committed by lonegunmanb
parent 8c3f290e61
commit e07726ef45
3 changed files with 17 additions and 8 deletions

View File

@ -28,6 +28,6 @@ variable "admin_user" {
variable "admin_password" {
description = "Default password for admin account"
default = "ChangeMe123!"
default = null
sensitive = true
}