Skip to content

Commit

Permalink
Added Services GKE cluster to new Mesh fleet config
Browse files Browse the repository at this point in the history
  • Loading branch information
abmarcum committed Apr 25, 2024
1 parent 70c23d9 commit 4f1bbb9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions infrastructure/services-gke.tf
Original file line number Diff line number Diff line change
Expand Up @@ -145,3 +145,13 @@ resource "google_gke_hub_membership" "services-gke-membership" {

depends_on = [google_project_service.project]
}

resource "google_gke_hub_feature_membership" "services-gke-mesh" {
project = var.project
location = "global"
feature = google_gke_hub_feature.servicemesh.name
membership = google_gke_hub_membership.services-gke-membership.membership_id
mesh {
management = "MANAGEMENT_AUTOMATIC"
}
}

0 comments on commit 4f1bbb9

Please sign in to comment.