There was an error while loading. Please reload this page.
2 parents 41be532 + 1a82f92 commit fd1d702Copy full SHA for fd1d702
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