akshaykarle / terraform-provider-mongodbatlas

Terraform provider for MongoDB Atlas
Mozilla Public License 2.0
122 stars 54 forks source link

Allow to create Nodes of type AnalyticsNodes #79

Closed tillkahlbrock closed 5 years ago

tillkahlbrock commented 5 years ago

We want to create nodes of type Analytics in MongoDB Atlas clusters.

Cave: In order to successfully run the PR tests this https://github.com/akshaykarle/go-mongodbatlas/pull/15 needs to be merged first, since it introduces the new field used in this PR.

akshaykarle commented 5 years ago

hey @tillkahlbrock I've merged https://github.com/akshaykarle/go-mongodbatlas/pull/15. You will have to update the deps so that you get the AnalyticsNodes that you introduced.

tillkahlbrock commented 5 years ago

@akshaykarle

You will have to update the deps

I figured that I have no idea how to do this. Is there some documentation you can point me to?

I ran make vendor-fetch but it fails with lots of Error: Different Canonical Packages for... errors. I would really appreciate it if you can give me a hint what I am missing here.