-
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
[Enhancement]: Support for Image Builder workflows #35045
Comments
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
Would be also great if a |
Did this work get completed, as I noticed issue is open? https://aws.amazon.com/about-aws/whats-new/2023/12/ec2-image-builder-image-workflows/ states that this new functionality is now available, however my terraform states that "Error: Unsupported block type". Thanks |
The PR has been merged here: #35097 (comment) and the resource should be available starting from version 5.32.0. |
I had a look and can't see any mention of the change to the pipeline to allow custom workflows. I am trying to find out when this work is likely to get completed. Not 100% on how to read all the information. Also Terraform is at 5.43, so not sure why you mention 5.32. |
@dbrazil-revealdata |
Thanks. It goes hand in hand with the workflows. I need to stop the default sysprep action. If I use custom workflows, it becomes a manual step. |
Howdy folks. #36953 adds much of the needed functionality to implement this. If you want to that PR a 👍 , it lays the background for this issue's resolution. |
@thatderek Why is the change for We do need it to add for the latter. |
@wanaxe I needed workflows for a project but only needed it for |
@kamilturek Thank you for the PR. All, please add a 👍to #37317, if you want it for image pipeline. |
Warning This issue has been closed, meaning that any additional comments are hard for our team to see. Please assume that the maintainers will not see them. Ongoing conversations amongst community members are welcome, however, the issue will be locked after 30 days. Moving conversations to another venue, such as the AWS Provider forum, is recommended. If you have additional concerns, please open a new issue, referencing this one where needed. |
This functionality has been released in v5.59.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 issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Description
AWS introduced the capability of creating and choosing the workflows for the image creation, here the announcement: https://aws.amazon.com/about-aws/whats-new/2023/12/ec2-image-builder-image-workflows/
This has some impact on existing resources and it requires the definition of a new one.
These the changes that I suppose should be done to support this feature:
Affected Resource(s) and/or Data Source(s)
No response
Potential Terraform Configuration
References
For resource aws_image_builder_workflow:
For datasource aws_image_builder_workflow:
For resource aws_imagebuilder_pipeline:
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: