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 7efa43f commit b50dd3bCopy full SHA for b50dd3b
main.tf
@@ -24,7 +24,7 @@ locals {
24
role_arn = try(aws_iam_role.this[0].arn, var.iam_role_arn)
25
26
create_outposts_local_cluster = var.outpost_config != null
27
- enable_encryption_config = length(var.encryption_config) > 0 && !local.create_outposts_local_cluster
+ enable_encryption_config = var.encryption_config != {} && !local.create_outposts_local_cluster
28
29
auto_mode_enabled = try(var.compute_config.enabled, false)
30
}
0 commit comments