Releases: akshaykarle/terraform-provider-mongodbatlas
Releases · akshaykarle/terraform-provider-mongodbatlas
v1.1.0
Support GCP peering, deletion of containers, container and project import
- Adds new attributes to cluster-
analytics_nodes
&srv_address
tomongodbaltas_cluster
resource - Adds support for GCP in the
mongodbatlas_container
andmongodbatlas_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 useidentifier
instead of container_id
v0.8.1
Build tagged travis builds for releases
v0.7.3
allow upgrading mongodb major version without forcing the recreation …
Added project delete, fixed concurrent IP whitelisting and much more
v0.7.2 force build for travis deploy
v0.6.2: Merge pull request #26 from Bowbaq/mb-update-ip-whitelist
Allow IP whitelist comment to be updated
v0.6.1
remove master from travis for now to release a new version
v0.4.5: remove the default cluster disk size of 2gb
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
use make build instead of go build in README
v0.4.2
fix example