Skip to content

Commit

Permalink
fixed TestAccGKEHub2Fleet_gkehubFleetBasicExample_update in replaying (
Browse files Browse the repository at this point in the history
  • Loading branch information
shuyama1 authored Dec 1, 2023
1 parent 89588b2 commit 1e11f80
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ resource "google_project_service" "gkehub" {
project = google_project.project.project_id
service = "gkehub.googleapis.com"
disable_on_destroy = false
depends_on = [google_project_service.anthos]
}

resource "google_project_service" "anthos" {
Expand Down

0 comments on commit 1e11f80

Please sign in to comment.