Skip to content

Certificate Manager certificates support for Application Load Balancer modules #2408

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
krissQ-Q opened this issue Jul 5, 2024 · 2 comments · Fixed by #2415
Closed

Certificate Manager certificates support for Application Load Balancer modules #2408

krissQ-Q opened this issue Jul 5, 2024 · 2 comments · Fixed by #2415

Comments

@krissQ-Q
Copy link

krissQ-Q commented Jul 5, 2024

Describe the request

Please add Certificate Manager certificates support for the Application Load Balancer modules, as it is in General Availability.
https://cloud.google.com/load-balancing/docs/release-notes#March_12_2024

resource "google_compute_region_target_https_proxy" "default" {
count = var.protocol == "HTTPS" ? 1 : 0
project = var.project_id
region = var.region
name = var.name
description = var.description
ssl_certificates = local.proxy_ssl_certificates

Add support for Certificate Manager Certificates here

ssl_policy = var.https_proxy_config.ssl_policy
url_map = google_compute_region_url_map.default.id
}

Thanks

@ludoo
Copy link
Collaborator

ludoo commented Jul 5, 2024

@apichick did you merge it in the end?

@apichick
Copy link
Collaborator

apichick commented Jul 8, 2024

Added here #2415

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants