Skip to content

Commit

Permalink
regenerate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Jun 14, 2024
1 parent 0f5a607 commit ec48fe4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/data-sources/cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions docs/resources/cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
1 change: 1 addition & 0 deletions docs/resources/infrastructure_stack.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ec48fe4

Please sign in to comment.