Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/backend-services-with-iap/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "lb-backend-iap" {
source = "GoogleCloudPlatform/regional-lb-http/google//modules/backend"
version = "~> 0.4.0"
version = "~> 0.6.0"

project_id = var.project_id
region = "us-central1"
Expand Down
4 changes: 2 additions & 2 deletions examples/backend-with-psc-neg/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ module "psc-neg-subnet" {

module "lb-backend-psc-neg" {
source = "GoogleCloudPlatform/regional-lb-http/google//modules/backend"
version = "~> 0.4.0"
version = "~> 0.6.0"

project_id = var.project_id
name = "backend-with-psc-neg"
Expand All @@ -155,7 +155,7 @@ module "lb-backend-psc-neg" {

module "lb-frontend" {
source = "GoogleCloudPlatform/regional-lb-http/google//modules/frontend"
version = "~> 0.4.0"
version = "~> 0.6.0"

project_id = var.project_id
name = "regional-lb-fe-psc-neg"
Expand Down
4 changes: 2 additions & 2 deletions examples/cloud-run/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ resource "google_compute_subnetwork" "proxy_only" {

module "lb-http-backend" {
source = "GoogleCloudPlatform/regional-lb-http/google//modules/backend"
version = "~> 0.4.0"
version = "~> 0.6.0"
project_id = var.project_id
region = var.region
name = "backend-lb"
Expand All @@ -52,7 +52,7 @@ module "lb-http-backend" {

module "lb-http-frontend" {
source = "GoogleCloudPlatform/regional-lb-http/google//modules/frontend"
version = "~> 0.4.0"
version = "~> 0.6.0"
project_id = var.project_id
region = var.region
name = "frontend-lb"
Expand Down
4 changes: 2 additions & 2 deletions examples/gce-mig/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ resource "google_compute_subnetwork" "default" {

module "lb-http-backend" {
source = "GoogleCloudPlatform/regional-lb-http/google//modules/backend"
version = "~> 0.4.0"
version = "~> 0.6.0"
project_id = var.project_id
region = "us-central1"
name = "backend-lb-mig"
Expand All @@ -51,7 +51,7 @@ module "lb-http-backend" {

module "lb-http-frontend" {
source = "GoogleCloudPlatform/regional-lb-http/google//modules/frontend"
version = "~> 0.4.0"
version = "~> 0.6.0"
project_id = var.project_id
region = "us-central1"
name = "frontend-lb-mig"
Expand Down
12 changes: 6 additions & 6 deletions examples/internal-lb-cloud-run/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ resource "google_compute_subnetwork" "proxy_only" {

module "backend-service" {
source = "GoogleCloudPlatform/cloud-run/google//modules/v2"
version = "~> 0.17.0"
version = "~> 0.21.0"
project_id = var.project_id
location = var.region
service_name = "bs-2002"
Expand All @@ -53,7 +53,7 @@ module "backend-service" {

module "lb-http-backend" {
source = "GoogleCloudPlatform/regional-lb-http/google//modules/backend"
version = "~> 0.4.0"
version = "~> 0.6.0"
project_id = var.project_id
region = var.region
name = "backend-lb-int"
Expand All @@ -65,7 +65,7 @@ module "lb-http-backend" {

module "lb-http-frontend" {
source = "GoogleCloudPlatform/regional-lb-http/google//modules/frontend"
version = "~> 0.4.0"
version = "~> 0.6.0"

project_id = var.project_id
region = var.region
Expand All @@ -91,7 +91,7 @@ resource "google_vpc_access_connector" "default" {

module "frontend-service" {
source = "GoogleCloudPlatform/cloud-run/google//modules/v2"
version = "~> 0.17.0"
version = "~> 0.21.0"
project_id = var.project_id
location = var.region
service_name = "fs-2002"
Expand All @@ -108,7 +108,7 @@ module "frontend-service" {

module "lb-http-backend-ext" {
source = "GoogleCloudPlatform/regional-lb-http/google//modules/backend"
version = "~> 0.4.0"
version = "~> 0.6.0"
project_id = var.project_id
region = var.region
name = "backend-lb-ext"
Expand All @@ -119,7 +119,7 @@ module "lb-http-backend-ext" {

module "lb-http-frontend-ext" {
source = "GoogleCloudPlatform/regional-lb-http/google//modules/frontend"
version = "~> 0.4.0"
version = "~> 0.6.0"
project_id = var.project_id
region = var.region
name = "frontend-lb-ext"
Expand Down
6 changes: 3 additions & 3 deletions examples/internal-lb-gce-mig/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ resource "google_compute_subnetwork" "default" {

module "lb-http-backend" {
source = "GoogleCloudPlatform/regional-lb-http/google//modules/backend"
version = "~> 0.4.0"
version = "~> 0.6.0"

project_id = var.project_id
region = "us-central1"
Expand All @@ -56,7 +56,7 @@ module "lb-http-backend" {

module "lb-http-frontend" {
source = "GoogleCloudPlatform/regional-lb-http/google//modules/frontend"
version = "~> 0.4.0"
version = "~> 0.6.0"

project_id = var.project_id
region = "us-central1"
Expand Down Expand Up @@ -125,7 +125,7 @@ resource "google_vpc_access_connector" "default" {

module "frontend-service" {
source = "GoogleCloudPlatform/cloud-run/google//modules/v2"
version = "~> 0.17.0"
version = "~> 0.21.0"
project_id = var.project_id
location = "us-central1"
service_name = "fs-gce-int"
Expand Down