Skip to content

Commit d07a2b3

Browse files
use wildcard for housing_nec permissions
1 parent 9e6689a commit d07a2b3

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_live", "housing_nec_migration_outputs"]
488+
read_write = ["housing_service_requests_ieg4", "housing_nec_*", ]
489489
}
490490
}
491491

0 commit comments

Comments
 (0)