File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ module "vmss" {
77 source = " data-platform-hq/vmss/azurerm"
88 version = " 1.2.0"
99
10- scale_set_name = var. vm_scale_set_name
11- location = var. location
12- resource_group = var. resource_group
13- admin_ssh_key = { public_key = tls_private_key.this.public_key_openssh }
14- subnet_id = var. subnet_id
10+ scale_set_name = var. vm_scale_set_name
11+ location = var. location
12+ resource_group = var. resource_group
13+ admin_ssh_key = { public_key = tls_private_key.this.public_key_openssh }
14+ subnet_id = var. subnet_id
1515 public_ip_prefix_enabled = var. ado_vmss_public_ip_prefix_enabled
1616}
1717
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ variable "ado_vmss_pool_configuration" {
4646
4747variable "ado_vmss_public_ip_prefix_enabled" {
4848 description = " Boolean flag that determines whether Public IP Prefix is assigned to VM Scale Sets"
49- type = bool
50- default = true
49+ type = bool
50+ default = true
5151}
5252
You can’t perform that action at this time.
0 commit comments