Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions gke/quickstart/multitenant/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ resource "google_project_iam_member" "gatewayeditor" {
}
# [END gke_quickstart_multitenant_teams]
# [START gke_quickstart_multitenant_fleet]
# [START gke_enterprise_policycontroller_fleet]
resource "google_gke_hub_feature" "policycontroller" {
name = "policycontroller"
location = "global"
Expand All @@ -75,6 +76,7 @@ resource "google_gke_hub_feature" "policycontroller" {
}
}
}
# [END gke_enterprise_policycontroller_fleet]

resource "google_gke_hub_scope" "default" {
for_each = local.teams
Expand Down
Loading