Skip to content

Commit

Permalink
documenting modifications in example
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Lantier committed Mar 20, 2019
1 parent 75f2e99 commit e40190e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@ module "gke" {
},
]
node_pools_oauth_scopes = {
all = []
default-node-pool = [
"https://www.googleapis.com/auth/cloud-platform",
]
}
node_pools_labels = {
all = {}
Expand Down

0 comments on commit e40190e

Please sign in to comment.