Skip to content

Commit

Permalink
Disable workload identity for beta example
Browse files Browse the repository at this point in the history
  • Loading branch information
morgante committed May 26, 2020
1 parent 2dab7af commit 1552648
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/simple_regional_beta/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ module "gke" {
enable_binary_authorization = var.enable_binary_authorization
pod_security_policy_config = var.pod_security_policy_config
release_channel = "REGULAR"

# Disable workload identity
identity_namespace = null
node_metadata = "UNSPECIFIED"
}

data "google_client_config" "default" {
Expand Down

0 comments on commit 1552648

Please sign in to comment.