mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-04-23 17:18:25 +02:00
docs: Update README to show KMS key ARN not ID (#2098)
Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
This commit is contained in:
committed by
GitHub
parent
140c872eb9
commit
a4c61f41f9
@@ -76,7 +76,7 @@ module "eks" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
cluster_encryption_config = [{
|
cluster_encryption_config = [{
|
||||||
provider_key_arn = "ac01234b-00d9-40f6-ac95-e42345f78b00"
|
provider_key_arn = "arn:aws:kms:eu-west-1:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"
|
||||||
resources = ["secrets"]
|
resources = ["secrets"]
|
||||||
}]
|
}]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user