[Enhancement]: Add support for Image Scanning Configuration to aws_imagebuilder_image_pipeline resource #31597
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/imagebuilder
Issues and PRs that pertain to the imagebuilder service.
Milestone
Description
Currently there is no support for image scanning configuration in the aws_imagebuilder_image_pipeline resource. This means there is no way to enable image scanning in the imagebuilder pipeline without resorting to something outside of the terraform Resource. I would like to be able to enable this on any deployed EC2 ImageBuilder pipeline from the Terraform resource. The AWS CLI already has support for this function for example.
Affected Resource(s) and/or Data Source(s)
aws_imagebuilder_image_pipeline
Potential Terraform Configuration
References
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-imagescanningconfiguration.html
https://awscli.amazonaws.com/v2/documentation/api/latest/reference/imagebuilder/update-image-pipeline.html#:~:text=%2D%2Dimage%2Dscanning%2Dconfiguration%20(structure)
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: