formatting
This commit is contained in:
parent
deee58f798
commit
e24feee41a
@ -16,7 +16,7 @@ variable "firewall_sku_tier" {
|
|||||||
default = "Premium" # Valid values are Standard and Premium
|
default = "Premium" # Valid values are Standard and Premium
|
||||||
validation {
|
validation {
|
||||||
condition = contains(["Standard", "Premium"], var.firewall_sku_tier)
|
condition = contains(["Standard", "Premium"], var.firewall_sku_tier)
|
||||||
error_message = "The sku must be one of the following: Standard, Premium"
|
error_message = "The SKU must be one of the following: Standard, Premium"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -28,6 +28,6 @@ variable "virtual_machine_size" {
|
|||||||
|
|
||||||
variable "admin_username" {
|
variable "admin_username" {
|
||||||
type = string
|
type = string
|
||||||
description = "value of the admin username."
|
description = "Value of the admin username."
|
||||||
default = "azureuser"
|
default = "azureuser"
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user