We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4b130d commit caa194fCopy full SHA for caa194f
modules/acm/feature.tf
@@ -29,7 +29,7 @@ resource "google_gke_hub_feature_membership" "main" {
29
google_gke_hub_feature.acm
30
]
31
32
- location = "global"
+ location = module.registration.location
33
feature = "configmanagement"
34
35
membership = module.registration.cluster_membership_id
0 commit comments