mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
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)
|
d.SetId(*resp.ReplicationGroup.ReplicationGroupId)
|
||||||
|
|
||||||
pending := []string{"creating", "modifying", "restoring"}
|
pending := []string{"creating", "modifying", "restoring", "snapshotting"}
|
||||||
stateConf := &resource.StateChangeConf{
|
stateConf := &resource.StateChangeConf{
|
||||||
Pending: pending,
|
Pending: pending,
|
||||||
Target: []string{"available"},
|
Target: []string{"available"},
|
||||||
|
Loading…
Reference in New Issue
Block a user