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
*`resource_id` - (Required, String) The unique ID of the resource, currently supports EIP resources and LB resources, such as `eip-xxxx`, `lb-xxxx`.
31
-
*`bandwidth_package_id` - (Optional, String) Bandwidth package unique ID, in the form of `bwp-xxxx`.
32
-
*`network_type` - (Optional, String) Bandwidth packet type, currently supports `BGP` type, indicating that the internal resource is BGP IP.
33
-
*`protocol` - (Optional, String) Bandwidth packet protocol type. Currently `ipv4` and `ipv6` protocol types are supported.
34
-
*`resource_type` - (Optional, String) Resource types, including `Address`, `LoadBalance`.
30
+
*`bandwidth_package_id` - (Required, String, ForceNew) Bandwidth package unique ID, in the form of `bwp-xxxx`.
31
+
*`resource_id` - (Required, String, ForceNew) The unique ID of the resource, currently supports EIP resources and LB resources, such as `eip-xxxx`, `lb-xxxx`.
32
+
*`network_type` - (Optional, String, ForceNew) Bandwidth packet type, currently supports `BGP` type, indicating that the internal resource is BGP IP.
33
+
*`protocol` - (Optional, String, ForceNew) Bandwidth packet protocol type. Currently `ipv4` and `ipv6` protocol types are supported.
34
+
*`resource_type` - (Optional, String, ForceNew) Resource types, including `Address`, `LoadBalance`.
35
35
36
36
## Attributes Reference
37
37
@@ -43,7 +43,7 @@ In addition to all arguments above, the following attributes are exported:
43
43
44
44
## Import
45
45
46
-
vpc bandwidth_package_attachment can be imported using the id, e.g.
46
+
vpc bandwidth_package_attachment can be imported using the bandwidthPackageId#resource_id, e.g.
0 commit comments