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 a9b8455 commit a4aef98Copy full SHA for a4aef98
fargate.tf
@@ -8,7 +8,7 @@ module "fargate" {
8
permissions_boundary = var.permissions_boundary
9
iam_path = var.iam_path
10
iam_policy_arn_prefix = local.policy_arn_prefix
11
- subnets = coalescelist(var.fargate_subnets, var.subnets)
+ subnets = coalescelist(var.fargate_subnets, var.subnets, [""])
12
tags = var.tags
13
14
# Hack to ensure ordering of resource creation.
0 commit comments