-
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
r/aws_imagebuilder_workflow: new resource #35097
r/aws_imagebuilder_workflow: new resource #35097
Conversation
Community NoteVoting for Prioritization
For Submitters
|
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 🚀.
% make testacc TESTARGS='-run=TestAccImageBuilderWorkflow_' PKG=imagebuilder ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/imagebuilder/... -v -count 1 -parallel 2 -run=TestAccImageBuilderWorkflow_ -timeout 360m
=== RUN TestAccImageBuilderWorkflow_basic
=== PAUSE TestAccImageBuilderWorkflow_basic
=== RUN TestAccImageBuilderWorkflow_disappears
=== PAUSE TestAccImageBuilderWorkflow_disappears
=== RUN TestAccImageBuilderWorkflow_changeDescription
=== PAUSE TestAccImageBuilderWorkflow_changeDescription
=== RUN TestAccImageBuilderWorkflow_description
=== PAUSE TestAccImageBuilderWorkflow_description
=== RUN TestAccImageBuilderWorkflow_kmsKeyID
=== PAUSE TestAccImageBuilderWorkflow_kmsKeyID
=== RUN TestAccImageBuilderWorkflow_tags
=== PAUSE TestAccImageBuilderWorkflow_tags
=== RUN TestAccImageBuilderWorkflow_uri
=== PAUSE TestAccImageBuilderWorkflow_uri
=== CONT TestAccImageBuilderWorkflow_basic
=== CONT TestAccImageBuilderWorkflow_kmsKeyID
--- PASS: TestAccImageBuilderWorkflow_basic (23.49s)
=== CONT TestAccImageBuilderWorkflow_changeDescription
--- PASS: TestAccImageBuilderWorkflow_kmsKeyID (23.90s)
=== CONT TestAccImageBuilderWorkflow_description
--- PASS: TestAccImageBuilderWorkflow_changeDescription (22.54s)
=== CONT TestAccImageBuilderWorkflow_disappears
--- PASS: TestAccImageBuilderWorkflow_description (22.78s)
=== CONT TestAccImageBuilderWorkflow_uri
--- PASS: TestAccImageBuilderWorkflow_disappears (18.85s)
=== CONT TestAccImageBuilderWorkflow_tags
--- PASS: TestAccImageBuilderWorkflow_uri (29.38s)
--- PASS: TestAccImageBuilderWorkflow_tags (46.09s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/imagebuilder 116.727s
@kamilturek Thanks for the contribution 🎉 👏. |
This functionality has been released in v5.32.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. |
Description
This PR adds a new
aws_imagebuilder_workflow
resource.The corresponding data source and related enhancements to
aws_imagebuilder_pipeline
allowing to specify pipeline workflows will come in separate PRs.Relations
Relates #35045.
References
Output from Acceptance Testing