google_compute_target_ssl_proxy should support multiple ssl_certificates #8473
Labels
enhancement
forward/review
In review; remove label to forward
service/compute-l7-load-balancer
size/xs
Milestone
Community Note
modular-magician
user, it is either in the process of being autogenerated, or is planned to be autogenerated soon. If an issue is assigned to a user, that user is claiming responsibility for the issue. If an issue is assigned tohashibot
, a community member has claimed the issue already.Terraform Version
Terraform: v0.12.18
Google: 3.56.0
Affected Resource(s)
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
Terraform should create the SSL Proxy with both certificates (it's doable in the GCE UI).
It's important as it allows migration from a cert to another, as reflected in these docs: https://cloud.google.com/load-balancing/docs/ssl-certificates/google-managed-certs#migrating-ssl
Actual Behavior
Terraform complains that
ssl_certificates
can have only one value.(which is reflected in the docs https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/compute_target_ssl_proxy#ssl_certificates)
Steps to Reproduce
terraform plan
Important Factoids
References
The text was updated successfully, but these errors were encountered: