[Bug]: Unable to save IgnoreHeaderRows
setting in aws_dms_endpoint
#26957
Labels
bug
Addresses a defect in current functionality.
good first issue
Call to action for new contributors looking for a place to start. Smaller or straightforward issues.
service/dms
Issues and PRs that pertain to the dms service.
Terraform Core Version
1.2.0
AWS Provider Version
4.31.0
Affected Resource(s)
Expected Behavior
Be able to apply
IgnoreHeaderRows
setting in a s3 DMS endpoint.Actual Behavior
IgnoreHeaderRows
setting did not saved.Relevant Error/Panic Output Snippet
Terraform Configuration Files
Steps to Reproduce
ignore_headers_row
will be updated. Viewing that endpoint on AWS Console also says thatIgnoreHeaderRows
is not present.Debug Output
No response
Panic Output
No response
Important Factoids
I'm pretty sure there's a typo in
s3_settings
's schema:terraform-provider-aws/internal/service/dms/endpoint.go
Lines 561 to 566 in 3c691a0
It is supposed to be
ignore_header_rows
, NOTignore_headers_row
. Code below that all use ignore_header_rows correctly."IgnoreHeaderRows" is the correct name for this setting, according to AWS documataions.
References
No response
Would you like to implement a fix?
No response
The text was updated successfully, but these errors were encountered: