-
I'm having issues getting terratest to communicate to AWS, it creates the resources via terraform but terratest is says its missing the endpoint configuration My terraform module creates RDS, my scenario returns the entire RDS object back so I can look into it
My test looks like the following
I am deploying my code with the following
My validate looks like this
I'm getting an error while running says I'm able to get to AWS via AWS CLI, and terraform can create the resources |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I found the issue, region was not in my outputs.. so it was passing in null, was causing issues with the session |
Beta Was this translation helpful? Give feedback.
I found the issue, region was not in my outputs.. so it was passing in null, was causing issues with the session