From f71fa2ce3caa19291c1363245eadaf7d195b3bff Mon Sep 17 00:00:00 2001 From: Jo Date: Thu, 16 May 2024 09:16:55 -0400 Subject: [PATCH] release test --- tofu/environments/stage/data-store/cache/terragrunt.hcl | 1 + 1 file changed, 1 insertion(+) diff --git a/tofu/environments/stage/data-store/cache/terragrunt.hcl b/tofu/environments/stage/data-store/cache/terragrunt.hcl index c7d578ca3..352011bcd 100644 --- a/tofu/environments/stage/data-store/cache/terragrunt.hcl +++ b/tofu/environments/stage/data-store/cache/terragrunt.hcl @@ -47,5 +47,6 @@ inputs = { vpc = dependency.vpc.outputs.vpc_id subnets = dependency.vpc.outputs.database_subnets source_security_groups = [dependency.backend.outputs.security_group_id] + database_subnet_cidrs = dependency.vpc.outputs.database_subnet_cidrs tags = local.tags } \ No newline at end of file