mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-05-22 15:47:05 +02: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