add missing enable_addons reference in gke blueprint for multitenant-fleet

This commit is contained in:
Jack Powell 2023-04-04 17:28:50 +01:00 committed by Jack P
parent 2cd247bb1f
commit 024801dc74
1 changed files with 1 additions and 0 deletions

View File

@ -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