You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
It is intentional that the module will not destroy backups with recovery points by default, or by setting count = 0.
We will address this by adding a force_destroy option you can enable that will handle this case, along the same lines as how we handle this for S3 buckets.
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
The text was updated successfully, but these errors were encountered: