Skip to content

Commit 657ad41

Browse files
committed
add explicit dependency
1 parent 299dacf commit 657ad41

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

modules/onboarding/main.tf

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,14 @@ resource "sysdig_secure_cloud_auth_account" "google_account" {
114114
})
115115
}
116116

117-
depends_on = [google_service_account_iam_member.custom_onboarding_auth]
117+
depends_on = [
118+
google_service_account.onboarding_auth,
119+
google_service_account_iam_binding.onboarding_auth_binding,
120+
google_iam_workload_identity_pool.onboarding_auth_pool,
121+
google_iam_workload_identity_pool_provider.onboarding_auth_pool_provider,
122+
google_project_iam_member.browser,
123+
google_service_account_iam_member.custom_onboarding_auth
124+
]
118125

119126
lifecycle {
120127
ignore_changes = [

0 commit comments

Comments
 (0)