Skip to content

Commit 75da564

Browse files
chore(deps): Update Terraform terraform-google-modules/project-factory/google to v16 (terraform-google-modules#179)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Grant Sorbo <[email protected]>
1 parent 999330d commit 75da564

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

build/int.cloudbuild.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,17 +96,17 @@ steps:
9696
# examples/oidc-simple
9797
- id: apply-oidc
9898
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
99-
args: ['/bin/bash', '-c', 'cd test/integration && RUN_STAGE=apply go test -v -run TestOIDCSimple ./... -p 1']
99+
args: ['/bin/bash', '-c', 'cft test run TestOIDCSimple --stage apply --verbose']
100100
waitFor:
101101
- init-all
102102
- id: verify-oidc
103103
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
104-
args: ['/bin/bash', '-c', 'cd test/integration && RUN_STAGE=verify go test -v -run TestOIDCSimple ./... -p 1']
104+
args: ['/bin/bash', '-c', 'cft test run TestOIDCSimple --stage verify --verbose']
105105
waitFor:
106106
- apply-oidc
107107
- id: destroy-oidc
108108
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
109-
args: ['/bin/bash', '-c', 'cd test/integration && RUN_STAGE=teardown go test -v -run TestOIDCSimple ./... -p 1']
109+
args: ['/bin/bash', '-c', 'cft test run TestOIDCSimple --stage destroy --verbose']
110110
waitFor:
111111
- verify-oidc
112112
tags:

test/setup/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
module "project" {
1818
source = "terraform-google-modules/project-factory/google"
19-
version = "~> 15.0"
19+
version = "~> 16.0"
2020

2121
name = "ci-terraform-gh-runners"
2222
random_project_id = "true"
@@ -35,7 +35,7 @@ module "project" {
3535

3636
module "project-gke" {
3737
source = "terraform-google-modules/project-factory/google"
38-
version = "~> 15.0"
38+
version = "~> 16.0"
3939

4040
name = "ci-runners-gke"
4141
random_project_id = "true"
@@ -56,7 +56,7 @@ module "project-gke" {
5656

5757
module "project-mig-container-vm" {
5858
source = "terraform-google-modules/project-factory/google"
59-
version = "~> 15.0"
59+
version = "~> 16.0"
6060

6161
name = "ci-runners-c-mig"
6262
random_project_id = "true"

0 commit comments

Comments
 (0)