File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
examples/internal-lb-gce-mig Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ module "internal-lb-network" {
3232
3333module "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
189189module "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
You can’t perform that action at this time.
0 commit comments