Skip to content

Commit

Permalink
fix for module name
Browse files Browse the repository at this point in the history
  • Loading branch information
Blankf committed Dec 3, 2024
1 parent 5c61de0 commit f56ec56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/linux-simple/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ module "vm" {
name = "vm-nic1"
ip_configurations = {
ip_configuration_1 = {
name = "${module.naming["swan"].naming.compute_web.virtual_machine}-${each.key}-ipconfig1"
private_ip_subnet_resource_id = module.network.subnets["VMSubnet1"].id
name = "testlinvm-ipconfig1"
private_ip_subnet_resource_id = "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test-rg/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/test-subnet"
}
}
}
Expand Down

0 comments on commit f56ec56

Please sign in to comment.