mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-16 19:00:27 -04:00
The Terraform documentation, rather correctly, refers to a list of options you can pass to an Elastic Load Balancer from the AWS documentation. All but one of these options works; 'Server Order Preference' doesn't work, because the API refers to it as 'Server-Defined-Cipher-Order'. Add a note to explain this, at least as a temporary solution. Fixes #8340.