allow_major_version_upgrade for Neptune #24512
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
good first issue
Call to action for new contributors looking for a place to start. Smaller or straightforward issues.
service/neptune
Issues and PRs that pertain to the neptune service.
Milestone
Community Note
Description
I tried to update a Neptune cluster from 1.0.2.2 to 1.1.1.0 but got the message
Error: Failed to modify Neptune Cluster (...): InvalidParameterCombination: The AllowMajorVersionUpgrade flag must be present when upgrading to a new major version.
status code: 400, request id: c965c5fe-ccca-4a42-91f3-e238a022bf5e
There is no allow_major_version_upgrade for aws_neptune_cluster available (like in aws_db_instance)
After that it was possible to upgrade using the AWS console
New or Affected Resource(s)
aws_neptune_cluster
using terraform 0.15.5 and aws v3.75.1, but also the latest version documentation for 4.12.1 does not show such an argument.
The text was updated successfully, but these errors were encountered: