Skip to content

Commit

Permalink
Revved ACM version (#169)
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Eberts <[email protected]>
  • Loading branch information
knee-berts and knee-berts authored Aug 29, 2022
1 parent d3310be commit 333ceec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/acm/acm.tf
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ resource "google_gke_hub_feature_membership" "feature_member" {
feature = "configmanagement"
membership = "projects/${var.project_id}/locations/global/memberships/${each.key}-membership"
configmanagement {
version = "1.10.1"
version = "1.12.1"
config_sync {
git {
sync_repo = "https://source.developers.google.com/p/${var.project_id}/r/gke-poc-config-sync"
Expand Down

0 comments on commit 333ceec

Please sign in to comment.