Skip to content

Commit

Permalink
Tries to fix a flaky test (GoogleCloudPlatform#8438)
Browse files Browse the repository at this point in the history
* add depends_on

* change depends_on value
  • Loading branch information
yanweiguo authored and DanielRieske committed Aug 2, 2023
1 parent c0c84fd commit 56407a0
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ resource "google_cloud_run_v2_job" "<%= ctx[:primary_resource_id] %>" {
launch_stage,
]
}

depends_on = [
google_secret_manager_secret_version.secret-version-data,
google_secret_manager_secret_iam_member.secret-access,
]
}

data "google_project" "project" {
Expand Down

0 comments on commit 56407a0

Please sign in to comment.