-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mongodbatlas_network_container doesn't form a valid json request #83
Comments
I had a similar issue, try changing |
@ardiesaeidi thanks for your response. I have seen people had the similar issue with capitalisation of the regions names, so I actually enforced it using |
thanks @ruXlab that would be really helpful. How do you guys feel about normalizing wherever you ask for region so that it is consistent? Some modules like |
@ardiesaeidi as an API consumer I'd expect to have the same naming across the resources. Ideally to make them match AWS plugin naming. In any way if malformed parameter is passed the validation error should be thrown as early as possible giving a clear direction for error resolution for the API consumer Thanks! |
@ruXlab and @ardiesaeidi thank you very much for helping each other out here! Please do note that support is provided within the MongoDB Atlas support system. I realize this was reported here as it was assumed to be a bug. Agree the variations in region naming can be challenging. Our Provider developers have worked to improve this as it's come up and will continue to do so as it makes sense, same with error messages where it's the provider, though what you hit here is the underlying API's error. It really comes down to consuming the underlying API which is where this stems from (https://docs.atlas.mongodb.com/reference/amazon-aws/#amazon-aws). I'll ensure this feedback gets back to our internal teams regarding future improvements. With that I'll close this issue. |
Hello here
I have this resource configuration, very much as in the documentation:
And that gives me an error:
I enabled tracing and found following records:
It seems to me that request is not complete, as per documentation this API requires additional fields
versions
Is it a bug or I'm doing something wrong?
Thanks
The text was updated successfully, but these errors were encountered: