hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.61k stars 9k forks source link

New Resource: aws_imagebuilder_image_pipeline_execution #16376

Open bflad opened 3 years ago

bflad commented 3 years ago

Community Note

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

Potential Terraform Configuration

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

References

afmorris commented 2 years ago

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

raghavanrrs commented 10 months ago

Any update on this feature??

afmorris commented 10 months ago

Any update on this feature??

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