Skip to content

Commit 652e0ed

Browse files
committed
updated the examples with project_id
1 parent 122e9f4 commit 652e0ed

File tree

1 file changed

+1
-1
lines changed
  • examples/gke_standard_cluster

1 file changed

+1
-1
lines changed

examples/gke_standard_cluster/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ module "node_pool" {
8787
source = "terraform-google-modules/kubernetes-engine/google//modules/gke-node-pool"
8888
version = "~> 38.0"
8989

90-
project = var.project_id
90+
project_id = var.project_id
9191
location = var.region
9292
cluster = module.gke.cluster_name
9393
node_config = {

0 commit comments

Comments
 (0)