dms

cloudposse/dms/aws

Terraform Module HCL AWS

Terraform modules for provisioning and managing AWS DMS resources

Install
module "dms" {
source = "cloudposse/dms/aws"
version = "2.0.0"
}
plain text: /constructs/tfmod-cloudposse-dms-aws/install.txt
⭐ Source on GitHub 📦 Registry page
README

Terraform modules for provisioning and managing AWS DMS resources. The following DMS resources are supported: - IAM Roles for DMS - DMS Endpoints - DMS Replication Instances - DMS Replication Tasks - DMS Event Subscriptions Refer to modules for more details. > [!TIP] > #### 👽 Use Atmos with Terraform > Cloud Posse uses atmos to easily orchestrate multiple environments using Terraform. > Works with Github Actions, Atlantis, or Spacelift. > > > Watch demo of using Atmos with Terraform > > Example of running atmos to manage infrastructure from our Quick Start tutorial. > Usage For a complete example, see examples/complete. For automated tests of the example using bats and Terratest (which tests and deploys the example on AWS), see test. > [!IMPORTANT] > In Cloud Posse's examples, we avoid pin

Inputs (18)
NameTypeDescriptionDefault
additional_tag_mapmap(string)Additional key-value pairs to add to each map in `tags_as_list_of_maps`. Not add{}
label_orderlist(string)The order in which the labels (ID elements) appear in the `id`. Defaults to ["nanull
id_length_limitnumberLimit `id` to this many characters (minimum 6). Set to `0` for unlimited length.null
stagestringID element. Usually used to indicate role, e.g. 'prod', 'staging', 'source', 'bunull
namestringID element. Usually the component or solution name, e.g. 'app' or 'jenkins'. Thinull
label_key_casestringControls the letter case of the `tags` keys (label names) for tags generated by null
label_value_casestringControls the letter case of ID elements (labels) as included in `id`, set as tagnull
contextanySingle object for setting entire context at once. See description of individual { "additional_tag_map": {}, "attribu
namespacestringID element. Usually an abbreviation of your organization name, e.g. 'eg' or 'cp'null
tenantstringID element _(Rarely used, not included by default)_. A customer identifier, indinull
attributeslist(string)ID element. Additional attributes (e.g. `workers` or `cluster`) to add to `id`, []
labels_as_tagsset(string)Set of labels (ID elements) to include as tags in the `tags` output. Default is [ "default" ]
regex_replace_charsstringTerraform regular expression (regex) string. Characters matching the regex will null
descriptor_formatsanyDescribe additional descriptors to be output in the `descriptors` output map. Ma{}
enabledboolSet to false to prevent the module from creating any resourcesnull
environmentstringID element. Usually used for region e.g. 'uw2', 'us-west-2', OR role 'prod', 'stnull
delimiterstringDelimiter to be used between ID elements. Defaults to `-` (hyphen). Set to `""` null
tagsmap(string)Additional tags (e.g. `{'BusinessUnit': 'XYZ'}`). Neither the tag keys nor the t{}
Details
FrameworkTerraform Module
LanguageHCL
Version2.0.0
Cloud AWS
★ Stars8
Forks9
Total downloads105.4k
Inputs18
Examples1
Submodules5
LicenseApache-2.0
Namespacecloudposse
Updated