diff --git a/tofu/environments/production/services/backend-infra/terragrunt.hcl b/tofu/environments/production/services/backend-infra/terragrunt.hcl index 5ed033407..93beded47 100644 --- a/tofu/environments/production/services/backend-infra/terragrunt.hcl +++ b/tofu/environments/production/services/backend-infra/terragrunt.hcl @@ -47,5 +47,6 @@ inputs = { secrets_endpoint_security_group = dependency.vpc.outputs.secrets_endpoint_security_group logs_endpoint_security_group = dependency.vpc.outputs.logs_endpoint_security_group database_subnet_cidrs = dependency.vpc.outputs.database_subnet_cidrs + ssl_cert = "arn:aws:acm:us-east-1:768512802988:certificate/4a53e27b-0cd3-4855-a13f-5bac50015e43" tags = local.tags } \ No newline at end of file