Skip to content

Support RecycleBin #23160

@samjo-nyang

Description

@samjo-nyang

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

Please add support for the recycle bin! (rules)

New or Affected Resource(s)

  • aws_recycle_bin_rule

Potential Terraform Configuration

resource "aws_recycle_bin_rule" "my_rule" {
  description = "my-rule"
  retention_period = {
    value = 123
    unit = "DAYS"
  }
  resource_type = "EBS_SNAPSHOT|EC2_IMAGE"
  resource_tags {
    a = "b"
  }
  tags {
    a = "b"
  }
}

References

Metadata

Metadata

Assignees

Labels

enhancementRequests to existing resources that expand the functionality or scope.new-resourceIntroduces a new resource.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions