You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: Create (`true`) and associate a default Network Security Group for the module-created network interface when `network_security_group_id` is omitted. If disabled (`false`) and `network_security_group_id` is omitted, no Network Security Group is associated with the module-created network interface.
Description: If set to `true` a Azure public IP address will be created and assigned to the default network interface.
@@ -675,7 +666,7 @@ Default: `null`
675
666
Description: The resource ID of an existing Azure Network Security Group to associate with the network interface created by this module.
676
667
677
668
- Applies only when `create_network_interface` is `true`.
678
-
- If omitted and both `create_network_interface` and `create_network_security_group` are `true`, this module creates and associates a default Network Security Group.
669
+
- If omitted, no Network Security Group is associated with the module-created network interface.
error_message="Expected no network security group association when create_network_security_group is disabled and no network_security_group_id is provided."
83
+
error_message="Expected no network security group association when no network_security_group_id is provided."
description="Create (`true`) and associate a default Network Security Group for the module-created network interface when `network_security_group_id` is omitted. If disabled (`false`) and `network_security_group_id` is omitted, no Network Security Group is associated with the module-created network interface."
199
-
type=bool
200
-
default=true
201
-
}
202
-
203
197
variable"create_public_ip_address" {
204
198
description="If set to `true` a Azure public IP address will be created and assigned to the default network interface."
The resource ID of an existing Azure Network Security Group to associate with the network interface created by this module.
551
545
552
546
- Applies only when `create_network_interface` is `true`.
553
-
- If omitted and both `create_network_interface` and `create_network_security_group` are `true`, this module creates and associates a default Network Security Group.
547
+
- If omitted, no Network Security Group is associated with the module-created network interface.
0 commit comments