Skip to content

Commit c49ae6b

Browse files
committed
fix: module source
1 parent cd0fe46 commit c49ae6b

File tree

1 file changed

+2
-2
lines changed
  • examples/internal-lb-gce-mig

1 file changed

+2
-2
lines changed

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)