File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
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.0
18+ DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.5
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 @@ -156,4 +156,4 @@ tags:
156156- ' integration'
157157substitutions :
158158 _DOCKER_IMAGE_DEVELOPER_TOOLS : ' cft/developer-tools'
159- _DOCKER_TAG_VERSION_DEVELOPER_TOOLS : ' 1.0 '
159+ _DOCKER_TAG_VERSION_DEVELOPER_TOOLS : ' 1.5 '
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.0 '
24+ _DOCKER_TAG_VERSION_DEVELOPER_TOOLS : ' 1.5 '
Original file line number Diff line number Diff line change 1616
1717module "project" {
1818 source = " terraform-google-modules/project-factory/google"
19- version = " ~> 11 .0"
19+ version = " ~> 13 .0"
2020
2121 name = " ci-network"
2222 random_project_id = " true"
Original file line number Diff line number Diff line change 1515 */
1616
1717terraform {
18- required_version = " >=0.12.6 "
18+ required_version = " >=0.13.0 "
1919
2020 required_providers {
2121 google = {
22- version = " ~> 3.49"
22+ version = " >= 3.49, < 5.0 "
2323 }
2424 google-beta = {
25- version = " ~> 3.49"
25+ version = " >= 3.49, < 5.0 "
2626 }
2727 }
2828}
You can’t perform that action at this time.
0 commit comments