Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
imrannayer committed Nov 11, 2024
1 parent 7c66a83 commit 96e80db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/user-managed-google-managed-ssl/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ locals {

module "gce-lb-https" {
source = "terraform-google-modules/lb-http/google"
version = "~> 11.0"
version = "~> 12.0"

name = var.network_name
project = var.project_id
Expand Down
2 changes: 2 additions & 0 deletions test/setup/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ module "project-ci-lb-http" {
default_service_account = "keep"
disable_dependent_services = false
disable_services_on_destroy = false
deletion_policy = "DELETE"

activate_apis = [
"cloudresourcemanager.googleapis.com",
Expand All @@ -50,6 +51,7 @@ module "project-ci-lb-http-1" {
default_service_account = "keep"
disable_dependent_services = false
disable_services_on_destroy = false
deletion_policy = "DELETE"

activate_apis = [
"cloudresourcemanager.googleapis.com",
Expand Down

0 comments on commit 96e80db

Please sign in to comment.