Skip to content

Commit

Permalink
Update the ecryption_config input to a list of string
Browse files Browse the repository at this point in the history
  • Loading branch information
OlamideOl1 committed Nov 20, 2023
1 parent bdf6af6 commit 612e991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/cluster/modules/eks-cluster/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ resource "aws_eks_cluster" "this" {
provider {
key_arn = aws_kms_key.eks_key.arn
}
resources = "secrets"
resources = ["secrets"]
}

depends_on = [
Expand Down

0 comments on commit 612e991

Please sign in to comment.