mirror of
https://github.com/terraform-aws-modules/terraform-aws-eks.git
synced 2025-09-09 19:32:58 +08:00
chore: Fix terraform format for TF 0.14 (#1157)
This commit is contained in:
committed by
GitHub
parent
942a88e18f
commit
ea2f6982d5
+1
-1
@@ -27,7 +27,7 @@ resource "aws_eks_cluster" "this" {
|
||||
delete = var.cluster_delete_timeout
|
||||
}
|
||||
|
||||
dynamic encryption_config {
|
||||
dynamic "encryption_config" {
|
||||
for_each = toset(var.cluster_encryption_config)
|
||||
|
||||
content {
|
||||
|
||||
Reference in New Issue
Block a user