Skip to content
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: aws_imagebuilder_image_pipeline_execution #16376

Open
bflad opened this issue Nov 23, 2020 · 3 comments
Open

New Resource: aws_imagebuilder_image_pipeline_execution #16376

bflad opened this issue Nov 23, 2020 · 3 comments
Labels
new-resource Introduces a new resource. service/imagebuilder Issues and PRs that pertain to the imagebuilder service.

Comments

@bflad
Copy link
Contributor

bflad commented Nov 23, 2020

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

Support starting and waiting for an Image Builder Image Pipeline execution via the image state and customizable timeout. Should return the Image ARN. No action required for deletion.

New Resource

  • aws_imagebuilder_image_pipeline_execution

Potential Terraform Configuration

resource "aws_imagebuilder_image_pipeline_execution" "example" {
  image_pipeline_arn = aws_imagebuilder_image_pipeline.example.arn
}

References

@bflad bflad added new-resource Introduces a new resource. service/imagebuilder Issues and PRs that pertain to the imagebuilder service. labels Nov 23, 2020
@afmorris
Copy link

afmorris commented Aug 6, 2021

I've begun working on this, but it's my first golang project, so I can't promise it being perfect. Stay tuned.

@raghavanrrs
Copy link

Any update on this feature??

@afmorris
Copy link

Any update on this feature??

Hi @raghavanrrs -- I am no longer working on this, as we moved over to a Packer-based deployment model.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-resource Introduces a new resource. service/imagebuilder Issues and PRs that pertain to the imagebuilder service.
Projects
None yet
Development

No branches or pull requests

3 participants