opentelekomcloud / terraform-provider-opentelekomcloud

Terraform OpenTelekomCloud provider
https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/latest
Mozilla Public License 2.0
85 stars 77 forks source link

Add http2 and finer-grained TLS control for enhanced loadbalancers (lbaas_v2) #687

Closed tsdicloud closed 3 years ago

tsdicloud commented 3 years ago

Since 2019, the lbaas_v2 aka. enhanced loadbalancer supports https/2, client certificates and finer grained control of the TLS version accepted and used. Some of these features are already supported by the "classic" loadbalancers that are retired soon. Thus, some customers will not be able to switch "terraformed" to the enhanced loadbalancer without this extension.

See Open Telekom doc for additional fields https://docs.otc.t-systems.com/api/elb/elb_zq_jt_0001.html

The new fields for resource_opentelekomcloud_lb_listener_v2 are:

Additionally, the private key fields on ELB certificates becomes optional to handle Client CAs.

outcatcher commented 3 years ago

Fixed in #688