
* Add description * Fix wrong name * Add code sample introduction Co-authored-by: Nils Werner <64034005+nils-werner-sonarsource@users.noreply.github.com>
19 lines
763 B
Plaintext
19 lines
763 B
Plaintext
=== Highlighting
|
|
|
|
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
|
|
|
|
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
|