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 (GoogleCloudPlatform#9610)
  • Loading branch information
SarahFrench authored and balanaguharsha committed May 2, 2024
1 parent 16a82bc commit 55aa479
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 55aa479

Please sign in to comment.