File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
examples/safer_cluster_iap_bastion Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 18
18
# Make will use bash instead of sh
19
19
SHELL := /usr/bin/env bash
20
20
21
- DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.0
21
+ DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.5
22
22
DOCKER_IMAGE_DEVELOPER_TOOLS := cft/developer-tools
23
23
REGISTRY_URL := gcr.io/cloud-foundation-cicd
24
24
DOCKER_BIN ?= docker
Original file line number Diff line number Diff line change @@ -361,6 +361,6 @@ tags:
361
361
- ' integration'
362
362
substitutions :
363
363
_DOCKER_IMAGE_DEVELOPER_TOOLS : ' cft/developer-tools'
364
- _DOCKER_TAG_VERSION_DEVELOPER_TOOLS : ' 1.4 '
364
+ _DOCKER_TAG_VERSION_DEVELOPER_TOOLS : ' 1.5 '
365
365
options :
366
366
machineType : ' N1_HIGHCPU_8'
Original file line number Diff line number Diff line change 22
22
- ' lint'
23
23
substitutions :
24
24
_DOCKER_IMAGE_DEVELOPER_TOOLS : ' cft/developer-tools'
25
- _DOCKER_TAG_VERSION_DEVELOPER_TOOLS : ' 1.4 '
25
+ _DOCKER_TAG_VERSION_DEVELOPER_TOOLS : ' 1.5 '
26
26
options :
27
27
machineType : ' N1_HIGHCPU_8'
28
28
env :
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ data "template_file" "startup_script" {
28
28
29
29
module "bastion" {
30
30
source = " terraform-google-modules/bastion-host/google"
31
- version = " ~> 4.1 "
31
+ version = " ~> 5.0 "
32
32
33
33
network = module. vpc . network_self_link
34
34
subnet = module. vpc . subnets_self_links [0 ]
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ locals {
46
46
47
47
module "gke-project-1" {
48
48
source = " terraform-google-modules/project-factory/google"
49
- version = " ~> 11.3 "
49
+ version = " ~> 13.0 "
50
50
51
51
name = " ci-gke-${ random_id . random_project_id_suffix . hex } "
52
52
random_project_id = true
@@ -69,7 +69,7 @@ module "gke-project-1" {
69
69
70
70
module "gke-project-2" {
71
71
source = " terraform-google-modules/project-factory/google"
72
- version = " ~> 11.3 "
72
+ version = " ~> 13.0 "
73
73
74
74
name = " ci-gke-${ random_id . random_project_id_suffix . hex } "
75
75
random_project_id = true
@@ -91,7 +91,7 @@ module "gke-project-2" {
91
91
# apis as documented https://cloud.google.com/service-mesh/docs/scripted-install/reference#setting_up_your_project
92
92
module "gke-project-asm" {
93
93
source = " terraform-google-modules/project-factory/google"
94
- version = " ~> 11.3 "
94
+ version = " ~> 13.0 "
95
95
96
96
name = " ci-gke-asm-${ random_id . random_project_id_suffix . hex } "
97
97
random_project_id = true
You can’t perform that action at this time.
0 commit comments