Skip to content

Commit 1bc6a9d

Browse files
authored
Update feature.tf
1 parent 033b3c8 commit 1bc6a9d

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
@@ -32,8 +32,8 @@ resource "google_gke_hub_feature_membership" "main" {
3232
location = "global"
3333
feature = "configmanagement"
3434

35-
membership = module.registration.cluster_membership_id
3635
membership_location = module.registration.location
36+
membership = module.registration.cluster_membership_id
3737
project = coalesce(var.fleet_project_id, var.project_id)
3838

3939
configmanagement {

0 commit comments

Comments
 (0)