akshaykarle / terraform-provider-mongodbatlas

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

adds replication_spec attribute to cluster resource #22

Closed tamarindd closed 6 years ago

tamarindd commented 6 years ago

Adds a replication_spec attribute to the mongodbatlas_cluster resource.

Example:

  replication_spec = [{
      region          = "US_WEST_1"
      priority        = 5
      electable_nodes = 2
      read_only_nodes = 0
  }]

The build won't pass until this is merged: https://github.com/akshaykarle/go-mongodbatlas/pull/2

akshaykarle commented 6 years ago

Merged in https://github.com/akshaykarle/go-mongodbatlas/pull/2. Let me know once you update the vendor and this should start to run with the go-mongodbatlas client updated.

akshaykarle commented 6 years ago

Thanks for the PR :)