fix(autoscaling): EbsDeviceVolumeType.IO2 is not a valid CloudFormation value#16028
fix(autoscaling): EbsDeviceVolumeType.IO2 is not a valid CloudFormation value#16028mergify[bot] merged 3 commits intoaws:masterfrom
Conversation
|
PR Linter failed with "Fixes must contain a change to a test file". Could we skip this for this issue? I think there is no test case that makes sense here. |
|
Thanks! But closing for reason mentioned in the issue |
|
Looks like the build is failing. @rix0rrr I'll leave this issue to you. tl;dr PR #12074 created the io2 option in |
|
I fixed the build by adding the change to the breaking changes file. |
rix0rrr
left a comment
There was a problem hiding this comment.
You are right. Let's allow the breaking change for now, we can always roll back if it causes problems.
|
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
|
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Remove value IO2 from enum EbsDeviceVolumeType because it is not supported in CloudFormation.
Fixes #16027.
Please double-check before approving: Value from enum is removed which could potentially be a breaking change. However, it's an invalid value. Therefore, it should be correct to remove it.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license