update file with changes
This commit is contained in:
parent
6d957e8a99
commit
f4a6a235e2
@ -13,7 +13,7 @@ variable "resource_group_name_prefix" {
|
||||
variable "firewall_sku_tier" {
|
||||
type = string
|
||||
description = "Firewall SKU."
|
||||
default = "Standard" # Valid values are Standard and Premium
|
||||
default = "Premium" # Valid values are Standard and Premium
|
||||
validation {
|
||||
condition = contains(["Standard", "Premium"], var.firewall_sku_tier)
|
||||
error_message = "The sku must be one of the following: Standard, Premium"
|
||||
|
@ -3,6 +3,6 @@ output "resource_group_name" {
|
||||
}
|
||||
output "backend_admin_password" {
|
||||
sensitive = true
|
||||
value = azurerm_windows_virtual_machine.vm_backend.*.admin_password
|
||||
value = azurerm_windows_virtual_machine.vm_backend[*].admin_password
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user