cloudposse / cloudposse/terraform-aws-backup
set disable for module cause issue with recovery points
- Dominant language
- HCL
- Stars
- 118
- Forks
- 67
- Avg merge
- 47m
- Merged PRs (30d)
- 2
Description
### Describe the Bug
if i set disable on module by adding count parameter. when i execute my terraform code. terraform try to delete backup vault but it failed because it containing recovery points
### Expected Behavior
should be able to set count to 0. apply terraform and see backup vault destroyed without issue
### Steps to Reproduce
set count to 0 o backup vault with recovery point inside and apply terraform
### Screenshots
### Environment
actual module deploy in our environments 0.7.1
aws = {
source = "hashicorp/aws"
version = "5.16.1"
}
and terraform 1.0.0
### Additional Context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.