diff --git a/internal/service/elasticache/wait.go b/internal/service/elasticache/wait.go index a63d8862de2..5370663b4e0 100644 --- a/internal/service/elasticache/wait.go +++ b/internal/service/elasticache/wait.go @@ -71,6 +71,7 @@ func WaitReplicationGroupMemberClustersAvailable(ctx context.Context, conn *elas CacheClusterStatusCreating, CacheClusterStatusDeleting, CacheClusterStatusModifying, + CacheClusterStatusSnapshotting, }, Target: []string{CacheClusterStatusAvailable}, Refresh: StatusReplicationGroupMemberClusters(ctx, conn, replicationGroupID),