We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2e6262 commit e51f52bCopy full SHA for e51f52b
main.tf
@@ -16,7 +16,7 @@ locals {
16
17
cluster_role = try(aws_iam_role.this[0].arn, var.iam_role_arn)
18
19
- create_outposts_local_cluster = length(var.outpost_config) > 0
+ create_outposts_local-_cluster = length(var.outpost_config) > 0
20
enable_cluster_encryption_config = length(var.cluster_encryption_config) > 0 && !local.create_outposts_local_cluster
21
}
22
0 commit comments