Skip to content

Commit

Permalink
fix: module seed_bootstrap now waiting on module required_groups (#1273)
Browse files Browse the repository at this point in the history
Co-authored-by: eeaton <[email protected]>
  • Loading branch information
lpezet and eeaton authored Jun 25, 2024
1 parent 98a6b50 commit ceeead2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 0-bootstrap/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,7 @@ module "seed_bootstrap" {
]

sa_org_iam_permissions = []

depends_on = [module.required_group]
}

0 comments on commit ceeead2

Please sign in to comment.