opentofu/builtin
Paddy 42049e984f provider/aws: Add the enable_sni attribute for Route53 health checks.
In #8502 it was requested that we add support for the EnableSNI
parameter of Route53's health checks; this enables customers to
manually specify whether or not the health check will use SNI when
communicating with the endpoint.

The customer originally requested we default to `false`. While
implementing the issue, I discovered that when creating health
checks with a Type set to HTTP, Amazon's default value for EnableSNI
is `false`. However, when creating health checks with a Type set to
HTTPS, Amazon's default value is `true`. So rather than setting a
default value, I made the attribute computed.
2016-11-02 16:23:35 -07:00
..
bins Add PagerDuty provider 2016-10-24 14:19:55 +02:00
providers provider/aws: Add the enable_sni attribute for Route53 health checks. 2016-11-02 16:23:35 -07:00
provisioners Add ability to skip chef registration 2016-10-01 00:49:39 +02:00