-
Notifications
You must be signed in to change notification settings - Fork 9.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Lex bot data source and resoruce #8918
Conversation
@jzbruno, and folks following along, my apologies for the longer than normal delays on pushing forward this feature. I haven't had the chance to devote the needed time get the other pull-requests into a mergable state 😳 I appreciate your patience as we continue to work through this resource. While I can't say that it will get into the next upcoming release(s), I can say that the resource is still a priority for us. To not give false expectations around the release of this resource I am going to remove the milestone. But let's coordinate on when would be ideal to continue pushing forward. If you find that your availability has also slowed please let me know if we should consider having another community member or the maintainers take over the pull-request(s). Cheers |
@nywilken I will look at this tonight. |
@nywilken Asked a couple questions but otherwise this one is ready for review. |
any update on the progress of reviewing this PR? |
@nashvan We were able to get slot type reviewed and merged. The remaining PRs will need to be updated with the same changes and merged one by one. As I have time this week I will try to get them ready for review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've added a number of suggestions
…s review comments, still need to expand on resource tests
@gdavison Just a heads up. I have pushed initial changes for this PR. I still need to expand on the resource tests. I rebased this on top of the Intent PR so we will want to get that merged first. This is the only reasonable way to test the bot resource. |
@gdavison Ok. Tests have been committed. I have a question though, there is an internal AWS API timeout I cannot set, which causes timeouts when running all the tests in parallel. Any ideas?
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀
--- PASS: TestAccDataSourceAwsLexBot_basic (166.41s)
--- PASS: TestAccAwsLexBot_disappears (181.14s)
--- PASS: TestAccAwsLexBot_basic (201.66s)
--- PASS: TestAccAwsLexBot_abortStatement (300.91s)
--- PASS: TestAccAwsLexBot_locale (302.35s)
--- PASS: TestAccAwsLexBot_voiceId (308.37s)
--- PASS: TestAccAwsLexBot_intents (310.30s)
--- PASS: TestAccAwsLexBot_enableModelImprovements (312.01s)
--- PASS: TestAccAwsLexBot_clarificationPrompt (313.13s)
--- PASS: TestAccAwsLexBot_idleSessionTtlInSeconds (315.98s)
--- PASS: TestAccAwsLexBot_detectSentiment (317.44s)
--- PASS: TestAccAwsLexBot_childDirected (319.52s)
--- PASS: TestAccAwsLexBot_description (328.22s)
--- PASS: TestAccDataSourceAwsLexBot_withVersion (45.35s)
--- PASS: TestAccAwsLexBot_createVersion (69.65s)
This has been released in version 3.9.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Relates #905 and split from PR #2616
Release note for CHANGELOG:
Output from acceptance testing:
The acceptance tests for this resource depend on PR #8917 being merged. I will enable tests and update once that happens.