-
Notifications
You must be signed in to change notification settings - Fork 9.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aws_dms_endpoint.ignore_header_rows typo #28579
aws_dms_endpoint.ignore_header_rows typo #28579
Conversation
Community NoteVoting for Prioritization
For Submitters
|
What we should do here is add the new correct setting and keep the old with a deprecation (and "btw this setting does nothing") warning. That way, people's configurations won't break but we can move forward with the right stuff. Then we can make an issue for v5 to remove the deprecated, erroneous setting. |
@YakDriver did you want me to make these changes or were you taking it? Was unsure but I can get to this later this week |
db03434
to
80389f6
Compare
@bennylu2 Thanks for your work on this! I added the deprecated setting back. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🎉
% make testacc TESTS=TestAccDMSEndpoint_S3 PKG=dms
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/dms/... -v -count 1 -parallel 20 -run='TestAccDMSEndpoint_S3' -timeout 180m
=== RUN TestAccDMSEndpoint_S3_basic
=== PAUSE TestAccDMSEndpoint_S3_basic
=== RUN TestAccDMSEndpoint_S3_extraConnectionAttributes
=== PAUSE TestAccDMSEndpoint_S3_extraConnectionAttributes
=== CONT TestAccDMSEndpoint_S3_basic
=== CONT TestAccDMSEndpoint_S3_extraConnectionAttributes
--- PASS: TestAccDMSEndpoint_S3_extraConnectionAttributes (52.43s)
--- PASS: TestAccDMSEndpoint_S3_basic (65.12s)
This functionality has been released in v4.49.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. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Description
Fix typo in setting, should be
ignore_header_rows
notignore_headers_row
Relations
Closes #26957
References
https://docs.aws.amazon.com/dms/latest/APIReference/API_S3Settings.html