Tags: BeneberuH/terraform-aws-dms
Tags
feat: add additional attribute settings for `kinesis_settings` endpoi… …nt configuration block - Add `include_transaction_details`, `include_partition_value`, `partition_include_schema_table`, `include_table_alter_operations`, `include_control_details` and `include_null_and_empty arguments` to `kinesis_settings` configuration block - Update Terraform AWS provider version to support attributes added
feat: add new `kafka_settings` attributes for DMS endpoint, and add `… …cdc_start_position` to DMS replication task (terraform-aws-modules#3)
fix: declare endpoints output as sensitive (terraform-aws-modules#9)
fix: correct usage of `*_settings` blocks within `aws_dms_endpoint` r… …esource (terraform-aws-modules#2) * chore: fix typos and update image links to be accessible from registry * chore: s3 task replication example is working successfully * chore: update all settings blocks to match corrected format