-
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
New resource for AppStream Fleet #20543
Conversation
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.
@coderGo93 Overall, an excellent start to this resource! Thank you! Please see comments below.
ba45785
to
f1e0462
Compare
f1e0462
to
991bd7a
Compare
991bd7a
to
f1e0462
Compare
This resource seems to be working fairly well. However, in acceptance testing, it seems to leave resources around. That combined with a lack of a sweeper is a bad combination. At this point, this needs 1. a sweeper, 2. debugging around why it's not destroying all resources - why tests aren't catching it... |
1e7ced6
to
ba73d3a
Compare
ba73d3a
to
b769f29
Compare
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.
Looks good! 👍
Subsequently, we need a sweeper and the waiter needs work for the unusual handling of errors on AWS side.
Output from acceptance tests (us-west-2
):
--- PASS: TestAccAwsAppStreamFleet_basic (890.28s)
--- PASS: TestAccAwsAppStreamFleet_disappears (917.92s)
--- PASS: TestAccAwsAppStreamFleet_completeWithoutStop (936.91s)
--- PASS: TestAccAwsAppStreamFleet_withTags (958.20s)
--- PASS: TestAccAwsAppStreamFleet_completeWithStop (1775.73s)
--- PASS: TestAccAWSCodeStarConnectionsHost_vpcConfig (494.73s)
--- PASS: TestAccAWSDataSourceIAMGroup_basic (10.46s)
--- PASS: TestAccAWSDataSourceIAMRole_tags (10.57s)
--- PASS: TestAccAWSSQSQueuePolicy_basic (26.19s)
This functionality has been released in v3.60.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. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Added a new resource, docs and tests for AppStream Fleet called
aws_appstream_fleet
Community Note
Relates #6508
Output from acceptance testing: