There was an error while loading. Please reload this page.
1 parent 7e3e3d9 commit 1a82f92Copy full SHA for 1a82f92
1 file changed
resources/rds-instances.go
@@ -109,7 +109,7 @@ func (i *RDSInstance) Remove(_ context.Context) error {
109
return err
110
}
111
switch status {
112
- case "stopped", "inaccessible-encryption-credentials-recoverable":
+ case "stopped":
113
_, err := i.svc.StartDBCluster(&rds.StartDBClusterInput{
114
DBClusterIdentifier: i.instance.DBClusterIdentifier,
115
})
0 commit comments