add variable project_id

This commit is contained in:
2022-10-20 16:40:41 +02:00
parent 25fdd8b7fd
commit 2e3d7a7a84
2 changed files with 15 additions and 13 deletions

View File

@@ -12,7 +12,7 @@ terraform {
name = "{{ project_name }}"
version = "1.24.3"
cni = "cilium"
project_id = "81af2696-6120-4f45-baf3-d17fb0525824"
project_id = "{{ project_id }}"
region = "{{ region_k8s }}"
}