Skip to content

Commit ceeead2

Browse files
lpezeteeaton
andauthored
fix: module seed_bootstrap now waiting on module required_groups (#1273)
Co-authored-by: eeaton <[email protected]>
1 parent 98a6b50 commit ceeead2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

0-bootstrap/main.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,7 @@ module "seed_bootstrap" {
9898
]
9999

100100
sa_org_iam_permissions = []
101+
102+
depends_on = [module.required_group]
101103
}
102104

0 commit comments

Comments
 (0)