Skip to content

Tags: BeneberuH/terraform-aws-dms

Tags

v1.2.0

Toggle v1.2.0's commit message
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

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add new `kafka_settings` attributes for DMS endpoint, and add `…

…cdc_start_position` to DMS replication task (terraform-aws-modules#3)

v1.0.5

Toggle v1.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: declare endpoints output as sensitive (terraform-aws-modules#9)

v1.0.4

Toggle v1.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Add subnet group dependency on IAM resources (terraform-aws-modu…

…les#7)

v1.0.3

Toggle v1.0.3's commit message
fix: add variable and additional poicy document to allow redshift to …

…assume the `dms-access-for-endpoint` IAM role

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v1.0.1

Toggle v1.0.1's commit message
fix: correct typos in `s3_settings` configuration attributes

v1.0.0

Toggle v1.0.0's commit message
feat: initial release of AWS DMS module 🎉