From caa194fd73720dd5ffea1ac36817a4601a700735 Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Tue, 1 Oct 2024 10:09:37 -0700 Subject: [PATCH] fix(acm): use membership registration location (#2123) --- modules/acm/feature.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/acm/feature.tf b/modules/acm/feature.tf index 4f5b117b1b..a497cd0713 100644 --- a/modules/acm/feature.tf +++ b/modules/acm/feature.tf @@ -29,7 +29,7 @@ resource "google_gke_hub_feature_membership" "main" { google_gke_hub_feature.acm ] - location = "global" + location = module.registration.location feature = "configmanagement" membership = module.registration.cluster_membership_id