terraform-aws-imagebuilder-pipeline icon indicating copy to clipboard operation
terraform-aws-imagebuilder-pipeline copied to clipboard

Terraform module to create an EC2 Image Builder Pipeline

Results 7 terraform-aws-imagebuilder-pipeline issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I got the following error from the embedded cloudformation stack: "The value supplied for parameter 'instanceProfileName' is not valid. The provided instance profile does not exist. Please...

bug

I configured TF modules for (components and recipe) and pointed this module to the recipe module and it worked perfectly. Thanks for this project it's awesome. The question I have....

enhancement

**Describe the bug** The latest module (v0.5.2) throws the following error: ```bash "The value supplied for parameter 'instanceProfileName' is not valid. The provided instance profile does not exist. ``` The...

bug

https://github.com/rhythmictech/terraform-aws-imagebuilder-pipeline/blob/7fc1a8f43f1c5ec0c66686a5502253d0c6bd9a47/main.tf#L83-L83

**Is your feature request related to a problem? Please describe.** If you don't specify a log_prefix for the S3 logging bucket, each time the pipeline runs AWS generates a new...

enhancement

Terraform Core Version 1.9.8 AWS Provider Version 5.74.0 Affected Resource(s) aws_imagebuilder_image_recipe, aws_imagebuilder_image_pipeline Expected Behavior Image recipe is expected to be deleted and recreated to facilitate component change. Actual Behavior Image...

enhancement

`aws_imagebuilder_image_pipeline` has the following option to enable AWS inspector to scan the output AMI. This is not currently exposed by this module.

enhancement