chore(deps): update terraform googlecloudplatform/lb-http/google to v12
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
GoogleCloudPlatform/lb-http/google (source) | module | major |
~> 9.0 -> ~> 12.0
|
Release Notes
terraform-google-modules/terraform-google-lb-http (GoogleCloudPlatform/lb-http/google)
v12.0.0

BREAKING CHANGES

- TPG >=6.0: added iap.enabled for v6 upgrade (#453)
Features
- Add creating serverless negs inside module/serverless-negs itself (#438) (ec0b73b)
- TPG >=6.0: added iap.enabled for v6 upgrade (#453) (c8db02c)
v11.1.0
Features
Bug Fixes
v11.0.0

BREAKING CHANGES

- TPG>=4.84: make health_check optional in root module for serverless neg (#414)
Features
Bug Fixes
v10.2.0
Features
v10.1.0
Features
- Add Server TLS Policy parameter (#387) (c553947)
- Added support for locality_lb_policy (#392) (0127723)
v10.0.0

BREAKING CHANGES

- Fix certificate map issue. Allow adding different types of certificates together. (#382)
Features
Bug Fixes
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Fixes #60 (closed)
Merge request reports
Activity
mentioned in issue #55
assigned to @group_5_bot_3aba66e2126509440d5745934789cee5
assigned to @dkh21
added 7 commits
-
45468b26...aaf15e5f - 6 commits from branch
master
- 6b3a43ad - chore(deps): update terraform googlecloudplatform/lb-http/google to v12
-
45468b26...aaf15e5f - 6 commits from branch
added 1 commit
- 16f99e7d - chore(deps): update terraform googlecloudplatform/lb-http/google to v12
added 1 commit
- 9143f513 - chore(deps)!: update terraform googlecloudplatform/lb-http/google to v12
requested review from @rh841
- Resolved by Roy Harrington
added 1 commit
- 32e9f661 - chore(deps)!: update terraform googlecloudplatform/lb-http/google to v12
added 1 commit
- 2c5405e2 - chore(deps)!: update terraform googlecloudplatform/lb-http/google to v12
added 1 commit
- 5741228b - chore(deps)!: update terraform googlecloudplatform/lb-http/google to v12
added 1 commit
- f3156541 - chore(deps)!: update terraform googlecloudplatform/lb-http/google to v12
- Resolved by Roy Harrington
CI failing when running manually-triggered tests. Log:
tests/cloud_run_service.tftest.hcl... in progress run "setup"... pass run "test_service_with_default_variable_values"... pass run "test_container_resources_block"... pass run "test_container_resources_block_defaults"... pass run "setup_secret_iam"... pass run "test_env_vars_and_secrets"... fail ╷ │ Error: Unknown variable │ │ on tests/cloud_run_service.tftest.hcl line 177, in run "test_env_vars_and_secrets": │ 177: condition = google_cloud_run_v2_service.webapp.template[0].containers[0].env[0].name == "HELLO" │ │ There is no variable named "google_cloud_run_v2_service". ╵ ╷ │ Error: Cannot index a set value │ │ on tests/cloud_run_service.tftest.hcl line 177, in run "test_env_vars_and_secrets": │ 177: condition = google_cloud_run_v2_service.webapp.template[0].containers[0].env[0].name == "HELLO" │ │ Block type "env" is represented by a set of objects, and set elements do │ not have addressable keys. To find elements matching specific criteria, use │ a "for" expression with an "if" clause. ╵ ╷ │ Error: Unknown variable │ │ on tests/cloud_run_service.tftest.hcl line 181, in run "test_env_vars_and_secrets": │ 181: condition = google_cloud_run_v2_service.webapp.template[0].containers[0].env[0].value == "WORLD!" │ │ There is no variable named "google_cloud_run_v2_service". ╵ ╷ │ Error: Cannot index a set value │ │ on tests/cloud_run_service.tftest.hcl line 181, in run "test_env_vars_and_secrets": │ 181: condition = google_cloud_run_v2_service.webapp.template[0].containers[0].env[0].value == "WORLD!" │ │ Block type "env" is represented by a set of objects, and set elements do │ not have addressable keys. To find elements matching specific criteria, use │ a "for" expression with an "if" clause. ╵ ╷ │ Error: Unknown variable │ │ on tests/cloud_run_service.tftest.hcl line 185, in run "test_env_vars_and_secrets": │ 185: condition = google_cloud_run_v2_service.webapp.template[0].containers[0].env[1].name == "SECRET" │ │ There is no variable named "google_cloud_run_v2_service". ╵ ╷ │ Error: Cannot index a set value │ │ on tests/cloud_run_service.tftest.hcl line 185, in run "test_env_vars_and_secrets": │ 185: condition = google_cloud_run_v2_service.webapp.template[0].containers[0].env[1].name == "SECRET" │ │ Block type "env" is represented by a set of objects, and set elements do │ not have addressable keys. To find elements matching specific criteria, use │ a "for" expression with an "if" clause. ╵ ╷ │ Error: Unknown variable │ │ on tests/cloud_run_service.tftest.hcl line 189, in run "test_env_vars_and_secrets": │ 189: condition = google_cloud_run_v2_service.webapp.template[0].containers[0].env[1].value_source[0].secret_key_ref[0].secret == run.setup.secret_ids[0] │ │ There is no variable named "google_cloud_run_v2_service". ╵ ╷ │ Error: Cannot index a set value │ │ on tests/cloud_run_service.tftest.hcl line 189, in run "test_env_vars_and_secrets": │ 189: condition = google_cloud_run_v2_service.webapp.template[0].containers[0].env[1].value_source[0].secret_key_ref[0].secret == run.setup.secret_ids[0] │ │ Block type "env" is represented by a set of objects, and set elements do │ not have addressable keys. To find elements matching specific criteria, use │ a "for" expression with an "if" clause. ╵ ╷ │ Error: Unknown variable │ │ on tests/cloud_run_service.tftest.hcl line 189, in run "test_env_vars_and_secrets": │ 189: condition = google_cloud_run_v2_service.webapp.template[0].containers[0].env[1].value_source[0].secret_key_ref[0].secret == run.setup.secret_ids[0] │ │ There is no variable named "run". ╵ run "test_service_with_multiple_containers"... skip run "test_traffic_distribution_across_multiple_revisions_initial_deploy"... skip run "test_traffic_distribution_across_multiple_revisions_split_50_50"... skip tests/cloud_run_service.tftest.hcl... tearing down Terraform encountered an error destroying resources created while executing tests/cloud_run_service.tftest.hcl/test_env_vars_and_secrets. ╷ │ Error: cannot destroy service without setting deletion_protection=false and running `terraform apply` │ │ ╵ Terraform left the following resources in state after executing tests/cloud_run_service.tftest.hcl/test_env_vars_and_secrets, and they need to be cleaned up manually: - google_cloud_run_v2_service.webapp - google_service_account.webapp tests/cloud_run_service.tftest.hcl... fail Failure! 5 passed, 1 failed, 3 skipped.