File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ resource "google_secret_manager_secret_version" "snyk_token_version" {
4343module "gcp_python_fastapi_pipeline" {
4444 source = " ./modules/pipelines"
4545
46- project_id = var. project_id
46+ project_id = var. PROJECT_ID
4747 region = var. region
4848
4949 cloudbuild_trigger_name = " gcp-python-fastapi"
Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ terraform {
99}
1010
1111provider "google" {
12- project = var. project_id
12+ project = var. PROJECT_ID
1313 region = var. region
1414}
Original file line number Diff line number Diff line change 1- variable "project_id" {
2- type = string
3- description = " Project ID"
4- default = " dsb-innovation-hub"
5- }
6-
71variable "region" {
82 type = string
93 description = " Region"
@@ -12,3 +6,4 @@ variable "region" {
126
137# Terraform Environment Variables
148variable "SNYK_TOKEN" {}
9+ variable "PROJECT_ID" {}
You can’t perform that action at this time.
0 commit comments