Skip to content

Commit

Permalink
Merge pull request #4506 from microamp/dms-endpoint-azuredb
Browse files Browse the repository at this point in the history
Add support for Azure SQL as a DMS endpoint
  • Loading branch information
bflad authored May 11, 2018
2 parents b56b195 + 649b039 commit 55a9f58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions aws/resource_aws_dms_endpoint.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ func resourceAwsDmsEndpoint() *schema.Resource {
"sqlserver",
"mongodb",
"s3",
"azuredb",
}, false),
},
"extra_connection_attributes": {
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/dms_endpoint.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The following arguments are supported:
- Must not contain two consecutive hyphens

* `endpoint_type` - (Required) The type of endpoint. Can be one of `source | target`.
* `engine_name` - (Required) The type of engine for the endpoint. Can be one of `mysql | oracle | postgres | mariadb | aurora | redshift | sybase | sqlserver | dynamodb | mongodb`.
* `engine_name` - (Required) The type of engine for the endpoint. Can be one of `mysql | oracle | postgres | mariadb | aurora | redshift | sybase | sqlserver | dynamodb | mongodb | azuredb`.
* `extra_connection_attributes` - (Optional) Additional attributes associated with the connection. For available attributes see [Using Extra Connection Attributes with AWS Database Migration Service](http://docs.aws.amazon.com/dms/latest/userguide/CHAP_Introduction.ConnectionAttributes.html).
* `kms_key_arn` - (Optional) The Amazon Resource Name (ARN) for the KMS key that will be used to encrypt the connection parameters. If you do not specify a value for `kms_key_arn`, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.
* `password` - (Optional) The password to be used to login to the endpoint database.
Expand Down

0 comments on commit 55a9f58

Please sign in to comment.