Skip to content

Commit

Permalink
Add required enabled field introduced in Terraform version 5.41.0 (Go…
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobmammoliti authored Nov 1, 2024
1 parent f5189ce commit 64cb097
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/gke-hub/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ resource "google_gke_hub_feature_membership" "default" {
content {
prevent_drift = each.value.config_sync.prevent_drift
source_format = each.value.config_sync.source_format
enabled = true
dynamic "git" {
for_each = (
try(each.value.config_sync.git, null) == null ? {} : { 1 = 1 }
Expand Down

0 comments on commit 64cb097

Please sign in to comment.