Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
clouddrove-ci committed Jan 9, 2023
1 parent 1019057 commit 9a413d8
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 9a413d8

Please sign in to comment.