Skip to content

Releases: akshaykarle/terraform-provider-mongodbatlas

v1.1.0

03 Jun 09:23
Compare
Choose a tag to compare
Upgrading to the latest Terraform SDK 0.12

Support GCP peering, deletion of containers, container and project import

21 May 20:53
Compare
Choose a tag to compare
  • Adds new attributes to cluster- analytics_nodes & srv_address to mongodbaltas_cluster resource
  • Adds support for GCP in the mongodbatlas_container and mongodbatlas_vpc_peering_connection
  • Fixes updates to the cluster resource:
    • Won't set DiskIOPS now
    • Won't set mongodb_major_version

NOTE: Breaking change in the mongodbatlas_container data source to use identifier instead of container_id

v0.8.1

25 Nov 13:20
Compare
Choose a tag to compare
Build tagged travis builds for releases

v0.7.3: allow upgrading mongodb major version without forcing the recreation …

19 Sep 14:15
Compare
Choose a tag to compare

Added project delete, fixed concurrent IP whitelisting and much more

13 Sep 20:59
Compare
Choose a tag to compare

v0.6.2: Merge pull request #26 from Bowbaq/mb-update-ip-whitelist

27 Jul 02:43
61b54fa
Compare
Choose a tag to compare

v0.6.1

03 Jul 18:18
Compare
Choose a tag to compare
remove master from travis for now to release a new version

v0.4.5: remove the default cluster disk size of 2gb

10 May 18:08
Compare
Choose a tag to compare
This default value changes by the size of the cluster as specified in the api docs-
```
Each instance size has its own default value. If you set
a value below the instance default, Atlas replaces it with the default
value.
```
more info here:
https://docs.atlas.mongodb.com/reference/api/clusters-create-one/

v0.4.4

08 May 18:56
Compare
Choose a tag to compare
use make build instead of go build in README

v0.4.2

27 Mar 02:07
Compare
Choose a tag to compare
fix example