Skip to content

Commit

Permalink
Add "storage-optimization" to Neptune cluster instance create/update …
Browse files Browse the repository at this point in the history
…pending states (#17901)

I've found when a Neptune instance is resized I now get the following
error:

     Error: unexpected state 'storage-optimization', wanted target 'available'. last error: %!s(<nil>)

This is very similar to #15284
  • Loading branch information
jbmchuck authored Mar 4, 2021
1 parent 2d8697e commit 9773cad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/17901.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
resource/aws_neptune_cluster_instance: Add "storage-optimization" to Neptune cluster instance create/update pending states
```
1 change: 1 addition & 0 deletions aws/resource_aws_neptune_cluster_instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,7 @@ var resourceAwsNeptuneClusterInstanceCreateUpdatePendingStates = []string{
"upgrading",
"configuring-log-exports",
"configuring-enhanced-monitoring",
"storage-optimization",
}

var resourceAwsNeptuneClusterInstanceDeletePendingStates = []string{
Expand Down

0 comments on commit 9773cad

Please sign in to comment.