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