Skip to content

Commit f75df4b

Browse files
committed
Commit the lost change
1 parent 05c00f1 commit f75df4b

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

main.tf

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -147,13 +147,9 @@ resource "aws_eks_cluster" "this" {
147147
}
148148
}
149149

150-
dynamic "storage_config" {
151-
for_each = local.auto_mode_enabled ? [1] : []
152-
153-
content {
154-
block_storage {
155-
enabled = local.auto_mode_enabled
156-
}
150+
storage_config {
151+
block_storage {
152+
enabled = local.auto_mode_enabled
157153
}
158154
}
159155

0 commit comments

Comments
 (0)