Skip to content

Commit e51f52b

Browse files
authored
Update main.tf
1 parent d2e6262 commit e51f52b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ locals {
1616

1717
cluster_role = try(aws_iam_role.this[0].arn, var.iam_role_arn)
1818

19-
create_outposts_local_cluster = length(var.outpost_config) > 0
19+
create_outposts_local-_cluster = length(var.outpost_config) > 0
2020
enable_cluster_encryption_config = length(var.cluster_encryption_config) > 0 && !local.create_outposts_local_cluster
2121
}
2222

0 commit comments

Comments
 (0)