We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 122e9f4 commit 652e0edCopy full SHA for 652e0ed
examples/gke_standard_cluster/main.tf
@@ -87,7 +87,7 @@ module "node_pool" {
87
source = "terraform-google-modules/kubernetes-engine/google//modules/gke-node-pool"
88
version = "~> 38.0"
89
90
- project = var.project_id
+ project_id = var.project_id
91
location = var.region
92
cluster = module.gke.cluster_name
93
node_config = {
0 commit comments