Skip to content

Commit

Permalink
Merge pull request #1305 from ancoris/jackspyder/gke-blueprint-fix
Browse files Browse the repository at this point in the history
add missing enable_addons reference in gke blueprint for multitenant-…
  • Loading branch information
juliocc committed Apr 11, 2023
2 parents 2cd247b + 024801d commit e20c092
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blueprints/gke/multitenant-fleet/gke-clusters.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ module "gke-cluster" {
cluster_autoscaling = each.value.cluster_autoscaling
description = each.value.description
enable_features = each.value.enable_features
enable_addons = each.value.enable_addons
issue_client_certificate = each.value.issue_client_certificate
labels = each.value.labels
location = each.value.location
Expand Down

0 comments on commit e20c092

Please sign in to comment.