Skip to content

Commit

Permalink
Merge branch 'master' of github.com:clouddrove/terraform-azure-virtua…
Browse files Browse the repository at this point in the history
…l-machine
  • Loading branch information
Anmol Nagpal committed Jan 9, 2023
2 parents 9aa434b + 9a413d8 commit e2f5a23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,14 @@ Here are some examples of how you can use this module in your inventory structur
location = module.resource_group.resource_group_location
## Network Interface
subnet_id = module.virtual_network.vnet_subnets
subnet_id = module.subnet.default_subnet_id
private_ip_address_version = "IPv4"
private_ip_address_allocation = "Static"
primary = true
private_ip_addresses = ["10.0.1.4"]
#nsg
network_interface_sg_enabled = true
network_security_group_id = module.security_group.security_group_id
network_security_group_id = module.security_group.id
## Availability Set
availability_set_enabled = true
Expand Down

0 comments on commit e2f5a23

Please sign in to comment.