cloudposse / terraform-aws-dms

Terraform modules for provisioning and managing AWS DMS resources
https://cloudposse.com/accelerate
Apache License 2.0
7 stars 7 forks source link

Add support for map_boolean_as_boolean #35

Closed finchr closed 1 month ago

finchr commented 1 month ago

Describe the Feature

The attribute map_boolean_as_boolean is not being set in the dms_endpoint module and the default is false. I would like to have this made into a variable that can be set to true if needed.

Expected Behavior

Setting map_boolean_as_boolean = true when calling the module would correctly set the attribute.

Use Case

We need to set map_boolean_as_boolean = true on our dms endpoint.

Describe Ideal Solution

Add the variable map_boolean_as_boolean to the dms_endpoint module with a default of null.

Alternatives Considered

No response

Additional Context

No response