Skip to content

[New Resource]: aws_inspector2_update_configuration Add support for updating inspector configuration #29014

Open
@Luke1298

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)

Potential Terraform Configuration

resource "aws_inspector2_update_configuration" "config_update" {
    ecr_configuration {
      rescan_duration = 'LIFETIME'|'DAYS_30'|'DAYS_180'
    }
}

References

Relates #27000
#22330

Would you like to implement a fix?

None

Metadata

Assignees

No one assigned

    Labels

    new-resourceIntroduces a new resource.service/inspector2Issues and PRs that pertain to the inspector2 service.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions