Skip to content

Commit 07d21d9

Browse files
committed
fix: fixed module source and test script
1 parent cd0fe46 commit 07d21d9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build/int.cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ steps:
147147
waitFor:
148148
- create
149149
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
150-
args: ['/bin/bash', '-c', 'cft test run TestInternalGCEMIG --stage apply --verbose']
150+
args: ['/bin/bash', '-c', 'cft test run TestInternalLbGCEMIG --stage apply --verbose']
151151
- id: verify internal-lb-http gce-mig
152152
waitFor:
153153
- apply internal-lb-http gce-mig

examples/internal-lb-gce-mig/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module "internal-lb-network" {
3232

3333
module "internal-lb-subnet" {
3434
source = "terraform-google-modules/network/google//modules/subnets"
35-
#version = "~> 10.0.0"
35+
version = "~> 10.0.0"
3636

3737
subnets = [
3838
{
@@ -187,7 +187,7 @@ module "internal-lb-http-backend" {
187187
}
188188

189189
module "internal-lb-http-frontend" {
190-
source = "terraform-google-modules/lb-http/google//frontend"
190+
source = "terraform-google-modules/lb-http/google//modules/frontend"
191191
version = "~> 12.0"
192192

193193
project_id = var.project_id

0 commit comments

Comments
 (0)