Update the Terraform resource: AWS DMS Endpoints to include Oracle settings #25551
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/dms
Issues and PRs that pertain to the dms service.
Community Note
Description
When you're configurating the AWS DMS endpoint by terraform there isn't any "tags" for oracle_settings like s3_settings for example.
To use endpoint settings "key: values" from terraform this must be configured on resource aws_dms_endpoint.
Many Oracle databases use ASM keys for security and Secret DB Encryption as default, so to pass this arguments using the terraform we need to update the resource aws_dms_endpoint for been like the doc of AWS.
Here the official doc AWS for creating a DMS endpoint by AWS CLI: https://docs.aws.amazon.com/cli/latest/reference/dms/create-endpoint.html
Here the official doc Hasicorp for creating DMS endpoint: by Terraform: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/dms_endpoint
New or Affected Resource(s)
Potential Terraform Configuration
References
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/dms_endpoint
https://docs.aws.amazon.com/cli/latest/reference/dms/create-endpoint.html
--->
The text was updated successfully, but these errors were encountered: