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
@@ -74,7 +74,8 @@ The following arguments are supported:
74
74
*`description` - (Optional, String) Description of the ENI, maximum length 60.
75
75
*`ipv4_count` - (Optional, Int) The number of intranet IPv4s. When it is greater than 1, there is only one primary intranet IP. The others are auxiliary intranet IPs, which conflict with `ipv4s`.
76
76
*`ipv4s` - (Optional, Set) Applying for intranet IPv4s collection, conflict with `ipv4_count`. When there are multiple ipv4s, can only be one primary IP, and the maximum length of the array is 30. Each element contains the following attributes:
77
-
*`security_groups` - (Optional, Set: [`String`]) A set of security group IDs.
77
+
*`orderly_security_groups` - (Optional, List: [`String`]) List of security group IDs.
78
+
*`security_groups` - (Optional, Set: [`String`], **Deprecated**) It has been deprecated from version 1.82.15. Use `orderly_security_groups` instead. A set of security group IDs.
78
79
*`tags` - (Optional, Map) Tags of the ENI.
79
80
80
81
The `ipv4s` object supports the following:
@@ -104,6 +105,6 @@ In addition to all arguments above, the following attributes are exported:
0 commit comments