Skip to content

Commit df0ed1a

Browse files
authored
1 parent a544c54 commit df0ed1a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

modules/project-factory/main.tf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -231,9 +231,6 @@ module "projects-iam" {
231231
}
232232
# Shared VPC configuration is done at stage 2, to avoid dependency cycle between project service accounts and
233233
# IAM grants done for those service accounts
234-
factories_config = {
235-
custom_roles = each.value.factories_config.custom_roles
236-
}
237234
shared_vpc_service_config = (
238235
try(each.value.shared_vpc_service_config.host_project, null) == null
239236
? null

0 commit comments

Comments
 (0)