[Bug]: datePartitionDelimiter is not a valid parameter in extra connection attributes #28264
Labels
bug
Addresses a defect in current functionality.
service/dms
Issues and PRs that pertain to the dms service.
Terraform Core Version
1.3.2
AWS Provider Version
4.45.0
Affected Resource(s)
aws_dms_endpoint
Expected Behavior
Terraform should not send the default value for datePartitionDelimiter when and endpoint_type = "source"
Actual Behavior
Endpoint fails to create because date_partition_delimiter attribute is not valid for dms s3 as a source. Terraform is sending default value of
date_partition_delimiter="slash"
causing the call to fail.I am assuming this applies to the other data_partition attributes as well.
Relevant Error/Panic Output Snippet
Terraform Configuration Files
Steps to Reproduce
Create a new DMS source endpoint with S3 as source, endpoint_type = "source"
Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
#23506
#27852
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: