Skip to content

Commit caa194f

Browse files
authored
fix(acm): use membership registration location (#2123)
1 parent a4b130d commit caa194f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/acm/feature.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ resource "google_gke_hub_feature_membership" "main" {
2929
google_gke_hub_feature.acm
3030
]
3131

32-
location = "global"
32+
location = module.registration.location
3333
feature = "configmanagement"
3434

3535
membership = module.registration.cluster_membership_id

0 commit comments

Comments
 (0)