diff --git a/.changelog/31568.txt b/.changelog/31568.txt new file mode 100644 index 000000000000..30a91965303a --- /dev/null +++ b/.changelog/31568.txt @@ -0,0 +1,8 @@ + +```release-note:enhancement +resource/aws_opensearch_domain: Removed `engine_version` default value +``` + +```release-note:note +resource/aws_opensearch_domain: The `engine_version` attribute no longer has a default value. When omitted, the underlying AWS API will use the latest OpenSearch engine version. +```