From ec48fe4c62e66cae96608e895dbc2927554cdd62 Mon Sep 17 00:00:00 2001 From: Marcin Maciaszczyk Date: Fri, 14 Jun 2024 12:07:25 +0200 Subject: [PATCH] regenerate docs --- docs/data-sources/cluster.md | 1 + docs/resources/cluster.md | 1 + docs/resources/infrastructure_stack.md | 1 + 3 files changed, 3 insertions(+) diff --git a/docs/data-sources/cluster.md b/docs/data-sources/cluster.md index 1e1e1ee7..90a1fcd5 100644 --- a/docs/data-sources/cluster.md +++ b/docs/data-sources/cluster.md @@ -28,6 +28,7 @@ A representation of a cluster you can deploy to. - `metadata` (String) Arbitrary JSON metadata to store user-specific state of this cluster (e.g. IAM roles for add-ons). - `name` (String) Human-readable name of this cluster, that also translates to cloud resource name. - `node_pools` (Attributes Map) Map of node pool specs managed by this cluster, where the key is name of the node pool and value contains the spec. (see [below for nested schema](#nestedatt--node_pools)) +- `project_id` (String) ID of the project that this cluster belongs to. - `protect` (Boolean) If set to `true` then this cluster cannot be deleted. - `provider_id` (String) Provider used to create this cluster. - `tags` (Map of String) Key-value tags used to filter clusters. diff --git a/docs/resources/cluster.md b/docs/resources/cluster.md index 8d3d9f5e..7f8da7d1 100644 --- a/docs/resources/cluster.md +++ b/docs/resources/cluster.md @@ -28,6 +28,7 @@ A representation of a cluster you can deploy to. - `helm_values` (String) Additional Helm values you'd like to use in deployment agent Helm installs. This is useful for BYOK clusters that need to use custom images or other constructs. - `kubeconfig` (Attributes) (see [below for nested schema](#nestedatt--kubeconfig)) - `metadata` (String) Arbitrary JSON metadata to store user-specific state of this cluster (e.g. IAM roles for add-ons). +- `project_id` (String) ID of the project that this cluster belongs to. - `protect` (Boolean) If set to `true` then this cluster cannot be deleted. - `tags` (Map of String) Key-value tags used to filter clusters. diff --git a/docs/resources/infrastructure_stack.md b/docs/resources/infrastructure_stack.md index 8dfe2292..270b1917 100644 --- a/docs/resources/infrastructure_stack.md +++ b/docs/resources/infrastructure_stack.md @@ -32,6 +32,7 @@ description: |- - `environment` (Attributes Set) Defines environment variables for the stack. (see [below for nested schema](#nestedatt--environment)) - `files` (Map of String) File path-content map. - `job_spec` (Attributes) Repository information used to pull stack. (see [below for nested schema](#nestedatt--job_spec)) +- `project_id` (String) ID of the project that this stack belongs to. ### Read-Only