--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_lex_bot_version Resource - terraform-provider-awscc" subcategory: "" description: |- A version is a numbered snapshot of your work that you can publish for use in different parts of your workflow, such as development, beta deployment, and production. --- # awscc_lex_bot_version (Resource) A version is a numbered snapshot of your work that you can publish for use in different parts of your workflow, such as development, beta deployment, and production. ## Schema ### Required - `bot_id` (String) Unique ID of resource - `bot_version_locale_specification` (Attributes List) Specifies the locales that Amazon Lex adds to this version. You can choose the Draft version or any other previously published version for each locale. (see [below for nested schema](#nestedatt--bot_version_locale_specification)) ### Optional - `description` (String) A description of the version. Use the description to help identify the version in lists. ### Read-Only - `bot_version` (String) The version of a bot. - `id` (String) Uniquely identifies the resource. ### Nested Schema for `bot_version_locale_specification` Required: - `bot_version_locale_details` (Attributes) The version of a bot used for a bot locale. (see [below for nested schema](#nestedatt--bot_version_locale_specification--bot_version_locale_details)) - `locale_id` (String) The identifier of the language and locale that the bot will be used in. ### Nested Schema for `bot_version_locale_specification.bot_version_locale_details` Required: - `source_bot_version` (String) The version of a bot. ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_lex_bot_version.example ```