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 this request - I've just added support for setting this to MongoDB or GlobalDocumentDB (which is the default) in #299 - which should go out in the next version of the AzureRM provider :)
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks!
ghost
locked and limited conversation to collaborators
Apr 1, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey,
It would be great it cosmosdb resource was extend to enable a user to specify which kind of database they would like to use within cosmos.
This looks to be possible via the REST API: https://docs.microsoft.com/en-us/rest/api/documentdbresourceprovider/DatabaseAccounts/List#definitions_databaseaccountslistresult_databaseaccount_properties
I looked into the code and think this would require a addition field in the schema call Kind that can be one of the following values:
Perhaps the default would be GlobalDocumentDB as that's the current behaviour.
The text was updated successfully, but these errors were encountered: