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
Thanks for reporting this! I believe this is a bug in the AWS provider: hashicorp/terraform-provider-aws#8009. Closing this issue as it is not on Terraform core.
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.
ghost
locked as resolved and limited conversation to collaborators
Oct 19, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Terraform Version
Terraform Configuration Files
Debug Output
https://gist.github.com/Olgoetz/9e7aec3af0af47b347822f20d0ce6b47
Crash Output
Expected Behavior
The extra connection attributes should look like:
ServiceAccessRoleArn=arn:aws:iam::*******:role/SDP_DMS_MIGRATION_TO_S3_ROLE;bucketFolder=komo/dms-export/pc;bucketName=*****-nonprod-sdp-lz-stag-pnc;cannedAclForObjects=BUCKET_OWNER_FULL_CONTROL;cdcPath=undefined;compressionType=NONE;csvDelimiter=,;csvRowDelimiter=\n;dataFormat=csv;datePartitionEnabled=false;includeOpForFullLoad=true;timestampColumnName=CDCTIMESTAMP
Actual Behavior
When I go to the endpoint in the AWS management console, these are the settings in extra connection attributes:
bucketFolder=komo/dms-export/pc;bucketName=axade-nonprod-sdp-lz-stag-pnc;compressionType=NONE;csvDelimiter=,;csvRowDelimiter=\n;datePartitionEnabled=false;
Steps to Reproduce
terraform init
terraform apply
Additional Context
No.
References
The text was updated successfully, but these errors were encountered: