Skip to content

Commit

Permalink
Merge pull request #35627 from acwwat/d-aws_opensearch_domain-update_…
Browse files Browse the repository at this point in the history
…tls_sec_policy_values

docs: Refer to AWS doc for tls_security_policy valid values for aws_opensearch_domain
  • Loading branch information
ewbankkit authored Feb 5, 2024
2 parents 1b79e3a + ed3bdb6 commit acdb94f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/opensearch_domain.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ AWS documentation: [Amazon Cognito Authentication for Dashboard](https://docs.aw
* `custom_endpoint_enabled` - (Optional) Whether to enable custom endpoint for the OpenSearch domain.
* `custom_endpoint` - (Optional) Fully qualified domain for your custom endpoint.
* `enforce_https` - (Optional) Whether or not to require HTTPS. Defaults to `true`.
* `tls_security_policy` - (Optional) Name of the TLS security policy that needs to be applied to the HTTPS endpoint. Valid values: `Policy-Min-TLS-1-0-2019-07` and `Policy-Min-TLS-1-2-2019-07`. Terraform will only perform drift detection if a configuration value is provided.
* `tls_security_policy` - (Optional) Name of the TLS security policy that needs to be applied to the HTTPS endpoint. For valid values, refer to the [AWS documentation](https://docs.aws.amazon.com/opensearch-service/latest/APIReference/API_DomainEndpointOptions.html#opensearchservice-Type-DomainEndpointOptions-TLSSecurityPolicy). Terraform will only perform drift detection if a configuration value is provided.

### ebs_options

Expand Down

0 comments on commit acdb94f

Please sign in to comment.