-
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 Stack #20547
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.
Excellent job. This is coming along nicely!
user_settings { | ||
action = "FILE_UPLOAD" | ||
permission = "ENABLED" | ||
} |
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.
} | |
} | |
|
||
The following arguments are optional: | ||
|
||
* `name` - (Optional) Unique name for the AppStream stack. |
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.
These need to be in alphabetical order.
|
||
In addition to all arguments above, the following attributes are exported: | ||
|
||
* `id` - Unique identifier (ID) of the appstream stack. |
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.
Alphabetical order.
* `name` - (Optional) Unique name for the AppStream stack. | ||
* `name_prefix` - (Optional) Creates a unique name beginning with the specified prefix. Conflicts with `name`. | ||
* `description` - (Optional) Description for the AppStream stack. | ||
* `display_name` - (Optional) Stack name to display. |
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.
Nice! No "The " on any of these. 💯
* `embed_host_domains` - (Optional) Domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions. | ||
* `redirect_url` - (Optional) URL that users are redirected to after their streaming session ends. | ||
* `feedback_url` - (Optional) URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed. . | ||
* `storage_connectors` - (Optional) Configuration block for the storage connectors to enable. See below. |
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.
Cool! "Configuration block" and "See below." 👍
144eb8d
to
b18fa14
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! 🎉
Output from acceptance tests (us-west-2
):
--- PASS: TestAccAwsAppStreamStack_disappears (13.23s)
--- PASS: TestAccAwsAppStreamStack_basic (16.94s)
--- PASS: TestAccAwsAppStreamStack_withTags (29.90s)
--- PASS: TestAccAwsAppStreamStack_complete (30.81s)
Output from acceptance tests (GovCloud
):
--- PASS: TestAccAwsAppStreamStack_disappears (17.40s)
--- PASS: TestAccAwsAppStreamStack_basic (23.24s)
--- PASS: TestAccAwsAppStreamStack_complete (39.58s)
--- PASS: TestAccAwsAppStreamStack_withTags (39.71s)
This functionality has been released in v3.56.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 Stack called
aws_appstream_stack
Community Note
Relates #6508
Output from acceptance testing: