diff --git a/0-bootstrap/main.tf b/0-bootstrap/main.tf index 3c48d6dda..f61eb8c77 100644 --- a/0-bootstrap/main.tf +++ b/0-bootstrap/main.tf @@ -98,5 +98,7 @@ module "seed_bootstrap" { ] sa_org_iam_permissions = [] + + depends_on = [module.required_group] }