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
Copy file name to clipboardExpand all lines: docs/data-sources/k8s_cluster.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,6 +100,8 @@ In addition to all above arguments, the following attributes are exported:
100
100
101
101
-`admission_plugins` - The list of [admission plugins](https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/) enabled on the cluster.
102
102
103
+
-`private_network_id` - The ID of the private network of the cluster.
104
+
103
105
-`region` - The [region](../guides/regions_and_zones.md#regions) in which the cluster is.
104
106
105
107
-`organization_id` - The ID of the organization the cluster is associated with.
Copy file name to clipboardExpand all lines: docs/resources/k8s_cluster.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -281,6 +281,11 @@ If you prefer keeping it, you should instead set it as `false`.
281
281
282
282
-`required_claim` - (Optional) Multiple key=value pairs that describes a required claim in the ID Token
283
283
284
+
-`private_network_id` - (Optional) The ID of the private network of the cluster.
285
+
286
+
~> **Important:** This field can only be set at cluster creation and cannot be updated later.
287
+
Changes to this field will cause the cluster to be destroyed then recreated.
288
+
284
289
-`default_pool` - (Deprecated) See below.
285
290
286
291
-`region` - (Defaults to [provider](../index.md#arguments-reference)`region`) The [region](../guides/regions_and_zones.md#regions) in which the cluster should be created.
0 commit comments