Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/resources/cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -1609,7 +1609,7 @@ The following arguments are supported:
* `node_groups` - (Optional/Computed) The EKS cluster name to import. Required to create a new cluster (list)
* `private_access` - (Optional/Computed) The EKS cluster has private access (bool)
* `public_access` - (Optional/Computed) The EKS cluster has public access (bool)
* `public_access_sources` - (Optional/Computed) The EKS cluster public access sources (map)
* `public_access_sources` - (Optional/Computed) The EKS cluster public access sources (list)
* `region` - (Optional) The EKS cluster region. Default: `us-west-2` (string)
* `secrets_encryption` - (Optional/Computed) Enable EKS cluster secret encryption (bool)
* `security_groups` - (Optional/Computed) List of security groups to use for the cluster (list)
Expand Down