rspec/rules/S4423/terraform/highlighting.adoc

19 lines
763 B
Plaintext
Raw Normal View History

=== 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