Closed eoliphan closed 4 years ago
Adding this functionality would also allow fixing the currently failing test:
=== CONT TestAccAWSDmsReplicationInstance_EngineVersion
TestAccAWSDmsReplicationInstance_EngineVersion: testing.go:684: Step 1 error: errors during apply:
Error: error modifying DMS Replication Instance (tf-acc-test-1816079488213827146): InvalidParameterCombinationException: The AllowMajorVersionUpgrade flag must be present when upgrading to a new major version.
Support for this new argument has been merged and will release with version 3.3.0 of the Terraform AWS Provider, next week. Thanks to @shuheiktgw for the implementation. 👍
This has been released in version 3.3.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.
For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks!
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!
Community Note
Description
The AllowMajorVersionUpgrade flag is necessary to perform major updates to the aws_dms_replication_instance type
New or Affected Resource(s)
aws_dms_replication_instance
Potential Terraform Configuration
References