File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515# Make will use bash instead of sh
1616SHELL := /usr/bin/env bash
1717
18- DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.14
18+ DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.17
1919DOCKER_IMAGE_DEVELOPER_TOOLS := cft/developer-tools
2020REGISTRY_URL := gcr.io/cloud-foundation-cicd
2121
Original file line number Diff line number Diff line change @@ -216,4 +216,4 @@ tags:
216216- ' integration'
217217substitutions :
218218 _DOCKER_IMAGE_DEVELOPER_TOOLS : ' cft/developer-tools'
219- _DOCKER_TAG_VERSION_DEVELOPER_TOOLS : ' 1.14 '
219+ _DOCKER_TAG_VERSION_DEVELOPER_TOOLS : ' 1.17 '
Original file line number Diff line number Diff line change 2121- ' lint'
2222substitutions :
2323 _DOCKER_IMAGE_DEVELOPER_TOOLS : ' cft/developer-tools'
24- _DOCKER_TAG_VERSION_DEVELOPER_TOOLS : ' 1.14 '
24+ _DOCKER_TAG_VERSION_DEVELOPER_TOOLS : ' 1.17 '
Original file line number Diff line number Diff line change @@ -35,6 +35,6 @@ output "network_self_link" {
3535}
3636
3737output "project_id" {
38- value = var. shared_vpc_host && length (google_compute_shared_vpc_host_project. shared_vpc_host ) > 0 ? google_compute_shared_vpc_host_project. shared_vpc_host . * . project [0 ] : google_compute_network. network . project
38+ value = var. shared_vpc_host && length (google_compute_shared_vpc_host_project. shared_vpc_host ) > 0 ? google_compute_shared_vpc_host_project. shared_vpc_host [0 ]. project : google_compute_network. network . project
3939 description = " VPC project id"
4040}
You can’t perform that action at this time.
0 commit comments