Skip to content

Commit

Permalink
Merge pull request #892 from leonardoalvesprates/fix-desc-kms_key-eks…
Browse files Browse the repository at this point in the history
…_config_v2

fixing desc for using kms_key eks_config_v2
  • Loading branch information
kkaempf committed Dec 8, 2023
2 parents 298f917 + 2c4a0e2 commit d495e90
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 @@ -1624,7 +1624,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 d495e90

Please sign in to comment.