Skip to content

Commit db08bcc

Browse files
formatting
1 parent abfe06f commit db08bcc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

infrastructure/envs/prod/main.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,11 @@ module "ecs" {
9898
module "fhir-api" {
9999
source = "../../modules/fhir-api"
100100

101-
account_name = local.account_name
102-
fhir_api_migration_image = var.migration_image
103-
fhir_api_image = var.fhir_api_image
101+
account_name = local.account_name
102+
fhir_api_migration_image = var.migration_image
103+
fhir_api_image = var.fhir_api_image
104104
redirect_to_strategy_page = var.redirect_to_strategy_page
105-
ecs_cluster_id = module.ecs.cluster_id
105+
ecs_cluster_id = module.ecs.cluster_id
106106
db = {
107107
db_instance_master_user_secret_arn = module.api-db.db_instance_master_user_secret_arn
108108
db_instance_address = module.api-db.db_instance_address

0 commit comments

Comments
 (0)