Skip to content

Commit

Permalink
fix: Add project ID to the fleet feature membership for ASM (#1832)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Peabody <andrewpeabody@google.com>
  • Loading branch information
legal90 and apeabody committed Jan 11, 2024
1 parent 67b67f3 commit 1835f80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/asm/hub.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ resource "google_gke_hub_feature" "mesh" {
resource "google_gke_hub_feature_membership" "mesh_feature_membership" {
count = var.enable_fleet_registration && var.enable_mesh_feature && var.mesh_management != "" ? 1 : 0

project = local.fleet_id
location = "global"
feature = google_gke_hub_feature.mesh[0].name
membership = google_gke_hub_membership.membership[0].membership_id
Expand Down

0 comments on commit 1835f80

Please sign in to comment.