Skip to content

Commit 8dd6a3f

Browse files
committed
Update the documentation to include description of engine_version
1 parent 043b4b5 commit 8dd6a3f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

website/docs/r/opensearch_package.html.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,9 @@ resource "aws_opensearch_package" "example" {
4141
This resource supports the following arguments:
4242

4343
* `region` - (Optional) Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the [provider configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs#aws-configuration-reference).
44+
* `engine_version` - (Optional, Forces new resources) Engine version that the package is compatible with. This argument is required and only valid when `package_type` is `ZIP-PLUGIN`. Format: `OpenSearch_X.Y` or `Elasticsearch_X.Y`, where `X` and `Y` are the major and minor version numbers, respectively.
4445
* `package_name` - (Required, Forces new resource) Unique name for the package.
45-
* `package_type` - (Required, Forces new resource) The type of package.
46+
* `package_type` - (Required, Forces new resource) The type of package. Valid values are `TXT-DICTIONARY`, `ZIP-PLUGIN`, `PACKAGE-LICENSE` and `PACKAGE-CONFIG`.
4647
* `package_source` - (Required, Forces new resource) Configuration block for the package source options.
4748
* `package_description` - (Optional, Forces new resource) Description of the package.
4849

0 commit comments

Comments
 (0)