You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: correct usage of *_settings blocks within aws_dms_endpoint resource (#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
In order to accommodate a flexible, multi-resource combinatorial module, keys and maps are used for cross-referencing resources created within the module.
@@ -199,7 +199,7 @@ Continuing the same lookup patter, to create event subscriptions, you simply ref
199
199
Tasks are the "jobs" that perform the necessary actions of migrating from `source` to `target`, including any transformations and/or mappings of the data in transit. Tasks are largely controlled by [task settings](http://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TaskSettings.html) that are defined in a JSON document.
| <aname="input_create"></a> [create](#input\_create)| Determines whether resources will be created |`bool`|`true`| no |
326
326
| <aname="input_create_iam_roles"></a> [create\_iam\_roles](#input\_create\_iam\_roles)| Determines whether the required [DMS IAM resources](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#CHAP_Security.APIRole) will be created |`bool`|`true`| no |
327
327
| <aname="input_create_repl_subnet_group"></a> [create\_repl\_subnet\_group](#input\_create\_repl\_subnet\_group)| Determines whether the replication subnet group will be created |`bool`|`true`| no |
328
-
| <aname="input_endpoints"></a> [endpoints](#input\_endpoints)| Map of objects that define the endpoints to be created |`map(any)`|`{}`| no |
328
+
| <aname="input_endpoints"></a> [endpoints](#input\_endpoints)| Map of objects that define the endpoints to be created |`any`|`{}`| no |
329
329
| <aname="input_event_subscription_timeouts"></a> [event\_subscription\_timeouts](#input\_event\_subscription\_timeouts)| A map of timeouts for event subscription create/update/delete operations |`map(string)`|`{}`| no |
330
330
| <aname="input_event_subscriptions"></a> [event\_subscriptions](#input\_event\_subscriptions)| Map of objects that define the event subscriptions to be created |`any`|`{}`| no |
331
331
| <aname="input_iam_role_permissions_boundary"></a> [iam\_role\_permissions\_boundary](#input\_iam\_role\_permissions\_boundary)| ARN of the policy that is used to set the permissions boundary for the role |`string`|`null`| no |
@@ -350,7 +350,7 @@ No modules.
350
350
| <aname="input_repl_subnet_group_name"></a> [repl\_subnet\_group\_name](#input\_repl\_subnet\_group\_name)| The name for the replication subnet group. Stored as a lowercase string, must contain no more than 255 alphanumeric characters, periods, spaces, underscores, or hyphens |`string`|`null`| no |
351
351
| <aname="input_repl_subnet_group_subnet_ids"></a> [repl\_subnet\_group\_subnet\_ids](#input\_repl\_subnet\_group\_subnet\_ids)| A list of the EC2 subnet IDs for the subnet group |`list(string)`|`[]`| no |
352
352
| <aname="input_repl_subnet_group_tags"></a> [repl\_subnet\_group\_tags](#input\_repl\_subnet\_group\_tags)| A map of additional tags to apply to the replication subnet group |`map(string)`|`{}`| no |
353
-
| <aname="input_replication_tasks"></a> [replication\_tasks](#input\_replication\_tasks)| Map of objects that define the replication tasks to be created |`map(any)`|`{}`| no |
353
+
| <aname="input_replication_tasks"></a> [replication\_tasks](#input\_replication\_tasks)| Map of objects that define the replication tasks to be created |`any`|`{}`| no |
354
354
| <aname="input_tags"></a> [tags](#input\_tags)| A map of tags to use on all resources |`map(string)`|`{}`| no |
0 commit comments