We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abfe06f commit db08bccCopy full SHA for db08bcc
infrastructure/envs/prod/main.tf
@@ -98,11 +98,11 @@ module "ecs" {
98
module "fhir-api" {
99
source = "../../modules/fhir-api"
100
101
- account_name = local.account_name
102
- fhir_api_migration_image = var.migration_image
103
- fhir_api_image = var.fhir_api_image
+ account_name = local.account_name
+ fhir_api_migration_image = var.migration_image
+ fhir_api_image = var.fhir_api_image
104
redirect_to_strategy_page = var.redirect_to_strategy_page
105
- ecs_cluster_id = module.ecs.cluster_id
+ ecs_cluster_id = module.ecs.cluster_id
106
db = {
107
db_instance_master_user_secret_arn = module.api-db.db_instance_master_user_secret_arn
108
db_instance_address = module.api-db.db_instance_address
0 commit comments