Skip to content

Commit 1decb3f

Browse files
committed
fix: fixed module versions
1 parent 8c55b21 commit 1decb3f

File tree

1 file changed

+3
-3
lines changed
  • examples/internal-lb-cloud-run

1 file changed

+3
-3
lines changed

examples/internal-lb-cloud-run/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ module "backend-service-region-b" {
9595
}
9696

9797
module "internal-lb-http-backend" {
98-
source = "terraform-google-modules/lb-http/google//modules/frontend"
99-
version = "~> 12.1.1"
98+
source = "terraform-google-modules/lb-http/google//modules/backend"
99+
version = "~> 12.0"
100100

101101
project_id = var.project_id
102102
name = "int-lb-http-backend"
@@ -111,7 +111,7 @@ module "internal-lb-http-backend" {
111111

112112
module "internal-lb-http-frontend" {
113113
source = "terraform-google-modules/lb-http/google//modules/frontend"
114-
version = "~> 12.1.1"
114+
version = "~> 12.0"
115115

116116
project_id = var.project_id
117117
name = "int-lb-http-frontend"

0 commit comments

Comments
 (0)