Closed finchr closed 3 months ago
the dms-endpoint module is missing the s3_settings attribute use_task_start_time_for_full_load_timestamp.
when I set
use_task_start_time_for_full_load_timestamp = true
the resultling resource attribute is set to true and not false.
true
false
This setting is required by DataBricks.
Support for this attribute is added to the module.
Deprecate s3_settings from aws_dms_endpoint and configure a aws_dms_s3_endpoint.
I'll have a PR for this submitted soon.
Describe the Feature
the dms-endpoint module is missing the s3_settings attribute use_task_start_time_for_full_load_timestamp.
Expected Behavior
when I set
the resultling resource attribute is set to
true
and notfalse
.Use Case
This setting is required by DataBricks.
Describe Ideal Solution
Support for this attribute is added to the module.
Alternatives Considered
Deprecate s3_settings from aws_dms_endpoint and configure a aws_dms_s3_endpoint.
Additional Context
I'll have a PR for this submitted soon.