Skip to content

Commit

Permalink
fixing desc for using kms_key eks_config_v2
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardoalvesprates committed Mar 22, 2022
1 parent 37e2c28 commit 2c4a0e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -1456,7 +1456,7 @@ The following arguments are supported:
* `cloud_credential_id` - (Required) The EKS cloud_credential id (string)
* `imported` - (Optional) Set to `true` to import EKS cluster. Default: `false` (bool)
* `name` - (Optional/Computed) The EKS cluster name to import. Required to import a cluster (string)
* `kms_key` - (Optional) The AWS kms key to use (string)
* `kms_key` - (Optional) The AWS kms label ARN to use (string, e.g. arn:aws:kms:<ZONE>:<123456789100>:alias/<NAME>)
* `kubernetes_version` - (Optional/Computed) The EKS cluster kubernetes version. Required to create a new cluster (string)
* `logging_types` - (Optional) The AWS cloudwatch logging types. `audit`, `api`, `scheduler`, `controllerManager` and `authenticator` values are allowed (list)
* `node_groups` - (Optional/Computed) The EKS cluster name to import. Required to create a new cluster (list)
Expand Down

0 comments on commit 2c4a0e2

Please sign in to comment.