Denis Yusupov
Results
2
comments of
Denis Yusupov
I had this error with that configuration: **test.tfvars** ```yaml target_endpoint = { "dst-all" = { engine_name = "docdb" port = 27017 server_name = "mongodb+srv://latam-tech-dev.btrq7.mongodb.net" secret_arn = "arn:aws:secretsmanager:us-east-1:***:secret:/latam-tech/mongo-atlas/env/dev/credentials/admin/latam-tech-dev-jhRNCn" ssl_mode = "none"...
I found the root cause. AWS_REGION was set to `us-west-2` in my case, while used secret arn was for `us-east-1`!