Skip to content

Commit 443be81

Browse files
authored
fix(acm): use registration location
1 parent a4b130d commit 443be81

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)