Skip to content

Commit ffa306a

Browse files
authored
Merge pull request #9 from kecirlotfi/patch-1
fixing typo in the name of NIC definition bloc
2 parents 1139a5c + d90e211 commit ffa306a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ resource "azurerm_windows_virtual_machine_scale_set" "winsrv_vmss" {
332332
network_security_group_id = azurerm_network_security_group.nsg.id
333333

334334
ip_configuration {
335-
name = lower("ipconig-${format("vm%s%s", lower(replace(var.vmscaleset_name, "/[[:^alnum:]]/", "")), count.index + 1)}")
335+
name = lower("ipconfig-${format("vm%s%s", lower(replace(var.vmscaleset_name, "/[[:^alnum:]]/", "")), count.index + 1)}")
336336
primary = true
337337
subnet_id = data.azurerm_subnet.snet.id
338338
load_balancer_backend_address_pool_ids = var.enable_load_balancer ? [azurerm_lb_backend_address_pool.bepool[0].id] : null

0 commit comments

Comments
 (0)