Closed tysonmote closed 7 years ago
@tejasmanohar You'll also want to pull this in to your rds_replica
branch because it's breaking the warehouse terracode builds.
What's the potential impact for existing RDS? Is it possible someone has set an existing final_snapshot_id already? I guess not since this module doesnt allow for it? LGTM if you've thought through that case
I will rebase my branch against master when this is merged
@tejasmanohar I'll go ahead and handle the merge in to your branch.
This is merged. Unfortunately any already-created rds
modules will still need to be manually destroyed, but this will fix destroys for all new rds
modules in the future.
This allows
rds
resources to be destroyed. Currently, destroys fail with an error because we haven't specificed a name for the final snapshot.rds-cluster
has this already.