Skip to content

Commit 9e6689a

Browse files
fix missed _live suffix (#2612)
1 parent 49d83f5 commit 9e6689a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/core/05-departments.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ module "department_housing" {
485485
]
486486
additional_glue_database_access = {
487487
read_only = []
488-
read_write = ["housing_service_requests_ieg4", "housing_nec_migration", "housing_nec_migration", "housing_nec_migration_outputs"]
488+
read_write = ["housing_service_requests_ieg4", "housing_nec_migration", "housing_nec_migration_live", "housing_nec_migration_outputs"]
489489
}
490490
}
491491

0 commit comments

Comments
 (0)