Skip to content

Commit

Permalink
fix(acm): use membership registration location (#2123)
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody authored Oct 1, 2024
1 parent a4b130d commit caa194f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/acm/feature.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit caa194f

Please sign in to comment.