chore: Fix terraform format for TF 0.14 (#1157)

This commit is contained in:
Thierno IB. BARRY
2020-12-22 11:32:13 +01:00
committed by GitHub
parent 942a88e18f
commit ea2f6982d5
4 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -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 {