Skip to content

Commit

Permalink
Merge pull request #33604 from vmilovanovicc/d-lex-bot-alias-typo
Browse files Browse the repository at this point in the history
Fix error in `lex_bot_alias` resource documentation
  • Loading branch information
justinretzolk committed Nov 7, 2023
2 parents 5e7fddb + 6a3c9cd commit fddeae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/lex_bot_alias.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ resource "aws_lex_bot_alias" "order_flowers_prod" {
This resource supports the following arguments:

* `bot_name` - (Required) The name of the bot.
* `bot_version` - (Required) The name of the bot.
* `bot_version` - (Required) The version of the bot.
* `conversation_logs` - (Optional) The settings that determine how Amazon Lex uses conversation logs for the alias. Attributes are documented under [conversation_logs](#conversation_logs).
* `description` - (Optional) A description of the alias. Must be less than or equal to 200 characters in length.
* `name` - (Required) The name of the alias. The name is not case sensitive. Must be less than or equal to 100 characters in length.
Expand Down

0 comments on commit fddeae1

Please sign in to comment.