-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Missing cosmosdb graph resource even though the azure cli is the same for mongodb #3692
Comments
Started with the database part. Test seems fine, have to do some documentation and await some feedback on the pull request. I'll try to take a look into the gremlin graph parts if I find some time when this one is finished. |
Fixes some parts of hashicorp#3692 and hashicorp#4970
I've started to look into azurerm_cosmosdb_gremlin_graph parts as well. Still a newbie in go and haven't worked with gremlin that much, so it may take some time. Bear with me. |
fixed by #5301 |
This has been released in version 1.41.0 of the provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. As an example: provider "azurerm" {
version = "~> 1.41.0"
}
# ... other configuration ... |
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 👉 [email protected]. Thanks! |
Community Note
Description
I am trying to create an azure comosdb graph db and collectio. Creating the account is fine as part of pr.
However there is nothing on the terraform docs for the db and collection creation([If there is i cannot see it].(https://www.terraform.io/docs/providers/azurerm/r/cosmosdb_mongo_collection.html#)) about how to actually create the database and graph itself. Even though the az-cli to create graph db and collection is the exact same for mongdb
I am wanting the following from az-cli to be integrated into terraform. (This is the exact same as mongodb)
New or Affected Resource(s)
New Resource
Potential Terraform Configuration
The following should be nearly the same as Mongodb or Mongodb should be intergrated into a new resource which takes care of both graph and Mongodb
References
Terraform Doc for Cosmos
AZ CLI
The text was updated successfully, but these errors were encountered: