[New Resource]: aws_inspector2_update_configuration Add support for updating inspector configuration #29014
Open
Description
Description
Simliar to 'aws_inspector2_organization_configuration' which allows you to change the 'autoenable' status of various resources this would allow you to set the rescan duration in inspector2.
Requested Resource(s) and/or Data Source(s)
- aws_inspector2_update_configuration for allowing one to update the rescan duration. (See boto3 inspector 2 client
Potential Terraform Configuration
resource "aws_inspector2_update_configuration" "config_update" {
ecr_configuration {
rescan_duration = 'LIFETIME'|'DAYS_30'|'DAYS_180'
}
}
References
Would you like to implement a fix?
None