Skip to content

Commit

Permalink
Fix tuple
Browse files Browse the repository at this point in the history
  • Loading branch information
niroz89 committed Jul 6, 2023
1 parent 76ad778 commit 08ef292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fargate_profile.tf
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ module "fargate_profiles" {
}

resource "kubernetes_manifest" "fargate_node_security_group_policy" {
for_each = var.fargate_cluster && var.create_node_security_group ? local.fargate_namespaces : {}
for_each = var.fargate_cluster && var.create_node_security_group ? local.fargate_namespaces : []

manifest = {
apiVersion = "vpcresources.k8s.aws/v1beta1"
Expand Down

0 comments on commit 08ef292

Please sign in to comment.