Skip to content

Commit 6a005ec

Browse files
authored
change housing_service_requests_ieg4 from read to write permission (#2527)
1 parent 31d5bc2 commit 6a005ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

terraform/core/05-departments.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -452,8 +452,8 @@ module "department_housing" {
452452
}
453453
]
454454
additional_glue_database_access = {
455-
read_only = ["housing_service_requests_ieg4"]
456-
read_write = ["housing_nec_migration", "housing_nec_migration_outputs"]
455+
read_only = []
456+
read_write = ["housing_service_requests_ieg4", "housing_nec_migration", "housing_nec_migration_outputs"]
457457
}
458458
}
459459

0 commit comments

Comments
 (0)