2021-11-08 09:10:28 +00:00
|
|
|
=== Highlighting
|
|
|
|
|
2022-01-10 14:37:41 +01:00
|
|
|
For `aws_elasticsearch_domain`:
|
|
|
|
|
|
|
|
* Highlight `tls_security_policy` if it is specified but has the wrong value
|
|
|
|
* Highlight `domain_endpoint_options` if it is specified but does not contain `tls_security_policy`
|
|
|
|
* Highlight resource if `domain_endpoint_options` is not specified at all
|
|
|
|
|
2021-11-08 09:10:28 +00:00
|
|
|
For `aws_api_gateway_domain_name`:
|
|
|
|
|
|
|
|
* Highlight `security_policy` if it is specified but has the wrong value
|
|
|
|
* Highlight resource if `security_policy` is not specified at all
|
|
|
|
|
|
|
|
For `aws_apigatewayv2_domain_name`:
|
|
|
|
|
|
|
|
* Highlight `security_policy` if it is specified but has the wrong value
|
|
|
|
* Highlight `domain_name_configuration` if it is specified but does not contain `security_policy`
|
|
|
|
* Highlight resource if `domain_name_configuration` is not specified at all
|