terraform-aws-imagebuilder-pipeline
terraform-aws-imagebuilder-pipeline copied to clipboard
Terraform module to create an EC2 Image Builder Pipeline
**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...
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....
**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...
https://github.com/rhythmictech/terraform-aws-imagebuilder-pipeline/blob/7fc1a8f43f1c5ec0c66686a5502253d0c6bd9a47/main.tf#L83-L83
[Feature] Find a better solution for situations where a log_prefix is not provided for the S3 Bucket
**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...
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...
`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.