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: "Type of IP protocol. Valid values: `TCP`, `UDP` and `ICMP`. Default to all types protocol, and conflicts with `protocol_template`.",
66
+
ForceNew: true,
67
+
Computed: true,
68
+
Description: "Type of IP protocol. Valid values: `TCP`, `UDP`, `ICMP`, `ICMPv6` and `ALL`. Default to all types protocol, and conflicts with `protocol_template`.",
Description: "Type of IP protocol. Valid values: `TCP`, `UDP`and `ICMP`. Default to all types protocol, and conflicts with `service_template_*`.",
71
+
Description: "Type of IP protocol. Valid values: `TCP`, `UDP`, `ICMP`, `ICMPv6` and `ALL`. Default to all types protocol, and conflicts with `service_template_*`.",
Copy file name to clipboardExpand all lines: website/docs/r/security_group_rule_set.html.markdown
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ The `egress` object supports the following:
117
117
*`description` - (Optional, String) Description of the security group rule.
118
118
*`ipv6_cidr_block` - (Optional, String) An IPV6 address network or CIDR segment, and conflict with `source_security_id` and `address_template_*`.
119
119
*`port` - (Optional, String) Range of the port. The available value can be one, multiple or one segment. E.g. `80`, `80,90` and `80-90`. Default to all ports, and conflicts with `service_template_*`.
120
-
*`protocol` - (Optional, String) Type of IP protocol. Valid values: `TCP`, `UDP`and `ICMP`. Default to all types protocol, and conflicts with `service_template_*`.
120
+
*`protocol` - (Optional, String) Type of IP protocol. Valid values: `TCP`, `UDP`, `ICMP`, `ICMPv6`and `ALL`. Default to all types protocol, and conflicts with `service_template_*`.
121
121
*`service_template_group` - (Optional, String) Specify Group ID of Protocol template ID like `ppmg-xxxxxxxx`, conflict with `cidr_block` and `port`.
122
122
*`service_template_id` - (Optional, String) Specify Protocol template ID like `ppm-xxxxxxxx`, conflict with `cidr_block` and `port`.
123
123
*`source_security_id` - (Optional, String) ID of the nested security group, and conflicts with `cidr_block` and `address_template_*`.
@@ -131,7 +131,7 @@ The `ingress` object supports the following:
131
131
*`description` - (Optional, String) Description of the security group rule.
132
132
*`ipv6_cidr_block` - (Optional, String) An IPV6 address network or CIDR segment, and conflict with `source_security_id` and `address_template_*`.
133
133
*`port` - (Optional, String) Range of the port. The available value can be one, multiple or one segment. E.g. `80`, `80,90` and `80-90`. Default to all ports, and conflicts with `service_template_*`.
134
-
*`protocol` - (Optional, String) Type of IP protocol. Valid values: `TCP`, `UDP`and `ICMP`. Default to all types protocol, and conflicts with `service_template_*`.
134
+
*`protocol` - (Optional, String) Type of IP protocol. Valid values: `TCP`, `UDP`, `ICMP`, `ICMPv6`and `ALL`. Default to all types protocol, and conflicts with `service_template_*`.
135
135
*`service_template_group` - (Optional, String) Specify Group ID of Protocol template ID like `ppmg-xxxxxxxx`, conflict with `cidr_block` and `port`.
136
136
*`service_template_id` - (Optional, String) Specify Protocol template ID like `ppm-xxxxxxxx`, conflict with `cidr_block` and `port`.
137
137
*`source_security_id` - (Optional, String) ID of the nested security group, and conflicts with `cidr_block` and `address_template_*`.
0 commit comments