provider/aws: Add snapshotting to the list of pending state for (#10965)
elasticache Fixes #10964
This commit is contained in:
parent
d9088d8cc0
commit
cb1acca2be
|
@ -152,7 +152,7 @@ func resourceAwsElasticacheReplicationGroupCreate(d *schema.ResourceData, meta i
|
|||
|
||||
d.SetId(*resp.ReplicationGroup.ReplicationGroupId)
|
||||
|
||||
pending := []string{"creating", "modifying", "restoring"}
|
||||
pending := []string{"creating", "modifying", "restoring", "snapshotting"}
|
||||
stateConf := &resource.StateChangeConf{
|
||||
Pending: pending,
|
||||
Target: []string{"available"},
|
||||
|
|
Loading…
Reference in New Issue