Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
update generated docs action committed May 7, 2024
1 parent 7595cfd commit cbf73c4
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 0 deletions.
26 changes: 26 additions & 0 deletions docs/resources/aws_eks_credentials.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "env0_aws_eks_credentials Resource - terraform-provider-env0"
subcategory: ""
description: |-
---

# env0_aws_eks_credentials (Resource)





<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `cluster_name` (String) eks cluster name
- `cluster_region` (String) the AWS region of the eks cluster
- `name` (String) name for the credentials

### Read-Only

- `id` (String) The ID of this resource.
26 changes: 26 additions & 0 deletions docs/resources/azure_aks_credentials.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "env0_azure_aks_credentials Resource - terraform-provider-env0"
subcategory: ""
description: |-
---

# env0_azure_aks_credentials (Resource)





<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `cluster_name` (String) aks cluster name
- `name` (String) name for the credentials
- `resource_group` (String) the resource group of the aks

### Read-Only

- `id` (String) The ID of this resource.
26 changes: 26 additions & 0 deletions docs/resources/gcp_gke_credentials.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "env0_gcp_gke_credentials Resource - terraform-provider-env0"
subcategory: ""
description: |-
---

# env0_gcp_gke_credentials (Resource)





<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `cluster_name` (String) gke cluster name
- `compute_region` (String) the GCP gke compute region
- `name` (String) name for the credentials

### Read-Only

- `id` (String) The ID of this resource.

0 comments on commit cbf73c4

Please sign in to comment.