File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ common__terraform_remote_state_bucket: "{{ globals.terraform.remote_state_bu
86
86
common__terraform_remote_state_lock_table : " {{ globals.terraform.remote_state_lock_table | default('') }}"
87
87
88
88
common__vpc_name : " {{ infra.vpc.name | default([common__namespace, common__vpc_name_suffix] | join('-')) }}"
89
+ common__vpc_project : " {{ infra.vpc.project_id | default(omit) }}"
89
90
common__vpc_public_subnet_cidrs : " {{ infra.vpc.public_subnets | default(['10.10.0.0/19', '10.10.32.0/19', '10.10.64.0/19']) }}"
90
91
common__vpc_private_subnet_cidrs : " {{ infra.vpc.private_subnets | default(['10.10.96.0/19', '10.10.128.0/19', '10.10.160.0/19']) }}"
91
92
common__vpc_private_subnets_suffix : " {{ infra.vpc.public_subnets_suffix | default([common__vpc_subnet_suffix, common__private_suffix] | join('-')) }}"
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ plat__cdp_iam_resource_suffix: "{{ plat__cdp_iam_identities.resou
48
48
plat__tags : " {{ common__tags }}"
49
49
plat__env_name : " {{ common__env_name }}"
50
50
plat__vpc_name : " {{ common__vpc_name }}"
51
+ plat__vpc_project : " {{ common__vpc_project }}"
51
52
plat__storage_name : " {{ common__storage_name }}"
52
53
53
54
plat__logs_path : " {{ common__logs_path }}"
Original file line number Diff line number Diff line change 26
26
log_location : " gs://{{ plat__gcp_storage_location_logs }}"
27
27
log_identity : " {{ plat__gcp_log_identity_name }}@{{ plat__gcp_project }}.iam.gserviceaccount.com"
28
28
vpc_id : " {{ plat__vpc_name }}"
29
+ vpc_project_id : " {{ plat__vpc_project }}"
29
30
subnet_ids :
30
31
- " {{ plat__gcp_subnet_id if plat__gcp_subnet_id else plat__gcp_subnets_discovered[0].name }}" # TODO - Check in validation_gcp.yml -- CDP on GCP only supports a single subnet deployment
31
32
project : " {{ plat__gcp_project }}"
You can’t perform that action at this time.
0 commit comments