-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Closed
Labels
enhancementRequests to existing resources that expand the functionality or scope.Requests to existing resources that expand the functionality or scope.new-resourceIntroduces a new resource.Introduces a new resource.
Milestone
Description
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
szesch-cogito, mkuendig, pll, ahaynssen, sbenderli and 51 more
Metadata
Metadata
Assignees
Labels
enhancementRequests to existing resources that expand the functionality or scope.Requests to existing resources that expand the functionality or scope.new-resourceIntroduces a new resource.Introduces a new resource.