modify project static to $PROJECT_ID

This commit is contained in:
ghndrx
2023-04-10 16:49:49 -07:00
parent 39a13ee4a1
commit 73a43c268e

View File

@@ -1,5 +1,5 @@
credentials_file = "credentials.json" credentials_file = "credentials.json"
project_id = "variable-tf-demo" project_id = "$PROJECT_ID"
region = "us-central1" region = "us-central1"
zone = "us-central1-a" zone = "us-central1-a"
image_name = "debian-cloud/debian-11" image_name = "debian-cloud/debian-11"