Skip to content

Commit

Permalink
Add explicit dependencies so that google_composer_environment is cr…
Browse files Browse the repository at this point in the history
…eated after IAM resources in acceptance test (#9610)
  • Loading branch information
SarahFrench authored Dec 18, 2023
1 parent f3fd6a4 commit fc162b9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2607,6 +2607,7 @@ resource "google_composer_environment" "test" {
service_account = google_service_account.test.name
}
}
depends_on = [google_project_iam_member.composer-worker]
}

// use a separate network to avoid conflicts with other tests running in parallel
Expand Down Expand Up @@ -2682,6 +2683,7 @@ resource "google_composer_environment" "test" {
service_account = google_service_account.test.name
}
}
depends_on = [google_project_iam_member.composer-worker]
}

// use a separate network to avoid conflicts with other tests running in parallel
Expand Down

0 comments on commit fc162b9

Please sign in to comment.