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
Creates and manages Scaleway Kubernetes Cluster authorized IPs.
9
-
For more information, please refer to the [API documentation](https://www.scaleway.com/en/developers/api/kubernetes/#path-access-control-list-add-new-acls)
9
+
For more information, please refer to the [API documentation](https://www.scaleway.com/en/developers/api/kubernetes/#path-access-control-list-add-new-acls).
10
10
11
11
~> **Important:** When creating a Cluster, it comes with a default ACL rule allowing all ranges `0.0.0.0/0`.
12
12
Defining custom ACLs with Terraform will overwrite this rule, but it will be recreated automatically when deleting the ACL resource.
-`cluster_id` - (Required) UUID of the Cluster. The ID of the cluster is also the ID of the ACL resource as there can only be one per cluster.
65
+
-`cluster_id` - (Required) UUID of the cluster. The ID of the cluster is also the ID of the ACL resource, as there can only be one per cluster.
66
66
67
67
~> **Important:** Updates to `cluster_id` will recreate the ACL.
68
68
@@ -82,7 +82,7 @@ The `acl_rules` block supports:
82
82
83
83
~> **Important:** If the `ip` field is set, `scaleway_ranges` cannot be set to true in the same rule.
84
84
85
-
-`scaleway_ranges` - (Optional) Allow access to cluster from all Scaleway ranges as defined in https://www.scaleway.com/en/docs/console/account/reference-content/scaleway-network-information/#ip-ranges-used-by-scaleway.
85
+
-`scaleway_ranges` - (Optional) Allow access to cluster from all Scaleway ranges as defined in [Scaleway Network Information - IP ranges used by Scaleway](https://www.scaleway.com/en/docs/console/account/reference-content/scaleway-network-information/#ip-ranges-used-by-scaleway).
86
86
Only one rule with this field set to true can be added.
87
87
88
88
~> **Important:** If the `scaleway_ranges` field is set to true, the `ip` field cannot be set on the same rule.
0 commit comments