From ceeead24430999d89ab18da71e9a520389a15d92 Mon Sep 17 00:00:00 2001 From: Luke Date: Tue, 25 Jun 2024 12:23:26 +0200 Subject: [PATCH] fix: module seed_bootstrap now waiting on module required_groups (#1273) Co-authored-by: eeaton --- 0-bootstrap/main.tf | 2 ++ 1 file changed, 2 insertions(+) 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] }