hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.8k stars 9.15k forks source link

Add sybase_settings configuration block in aws_dms_endpoint #20400

Closed evairmarinho closed 1 year ago

evairmarinho commented 3 years ago

Community Note

Description

The resource aws_dms_endpoint doesn't have sybase_settings configuration block.

New or Affected Resource(s)

aws_dms_endpoint

Potential Terraform Configuration

resource "aws_dms_endpoint" "my_endpoint" {
 ...
  sybase_settings = {
  secrets_manager_access_role_arn = "arn:aws:iam::123456789012:role/dms-secrets-manager-role"
  secrets_manager_secret_id = "my_secrets_manager_secret"

  ## To verify other arguments available, access https://docs.aws.amazon.com/cli/latest/reference/dms/create-endpoint.html
  }
...
}

References

https://docs.aws.amazon.com/cli/latest/reference/dms/create-endpoint.html

github-actions[bot] commented 1 year ago

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.