Fixing documentation (#6)
This commit is contained in:
parent
97f33647da
commit
4bd09f381e
|
@ -346,7 +346,7 @@ type Config struct {
|
|||
// Specify the list of IP addresses and CIDR blocks that should be
|
||||
// allowed access to the VM. If provided, an Azure Network Security
|
||||
// Group will be created with corresponding rules and be bound to
|
||||
// the NIC attached to the VM.
|
||||
// the subnet of the VM.
|
||||
// Providing `allowed_inbound_ip_addresses` in combination with
|
||||
// `virtual_network_name` is not allowed.
|
||||
AllowedInboundIpAddresses []string `mapstructure:"allowed_inbound_ip_addresses"`
|
||||
|
|
|
@ -220,7 +220,7 @@
|
|||
- `allowed_inbound_ip_addresses` ([]string) - Specify the list of IP addresses and CIDR blocks that should be
|
||||
allowed access to the VM. If provided, an Azure Network Security
|
||||
Group will be created with corresponding rules and be bound to
|
||||
the NIC attached to the VM.
|
||||
the subnet of the VM.
|
||||
Providing `allowed_inbound_ip_addresses` in combination with
|
||||
`virtual_network_name` is not allowed.
|
||||
|
||||
|
|
Loading…
Reference in New Issue