Skip to content

Commit 53b7749

Browse files
committed
chore: fmt
1 parent 18361f6 commit 53b7749

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

main.tf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ variable "ado_vmss_pool_configuration" {
4646

4747
variable "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

0 commit comments

Comments
 (0)