Skip to content

Commit

Permalink
provider_backup_enabled deprecated to cloud_backup (#1036)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

* Chore(deps): Bump golangci/golangci-lint-action from 3.3.1 to 3.4.0 (#1026)

Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.3.1 to 3.4.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](golangci/golangci-lint-action@v3.3.1...v3.4.0)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* provider_backup_enabled deprecated to cloud_backup

* replace with cloud_backup parameter

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
Zuhairahmed and dependabot[bot] authored Feb 16, 2023
1 parent d1b66b4 commit b8fed4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/Atlas_Database_Users/atlas_cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ resource "mongodbatlas_cluster" "cluster" {
}
}
# Provider Settings "block"
provider_backup_enabled = true
cloud_backup = true
auto_scaling_disk_gb_enabled = true
provider_name = "AWS"
disk_size_gb = 10
Expand Down
2 changes: 1 addition & 1 deletion examples/MongoDB-Atlas-AWS-VPC-Peering/atlas.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ resource "mongodbatlas_cluster" "cluster-atlas" {
read_only_nodes = 0
}
}
provider_backup_enabled = true
cloud_backup = true
auto_scaling_disk_gb_enabled = true
mongo_db_major_version = "5.0"

Expand Down
2 changes: 1 addition & 1 deletion examples/MongoDB-Atlas-GCP-VPC-Peering/cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ resource "mongodbatlas_cluster" "cluster" {
key = "environment"
value = "prod"
}
provider_backup_enabled = true
cloud_backup = true
auto_scaling_disk_gb_enabled = true
mongo_db_major_version = "4.4"
auto_scaling_compute_enabled = true
Expand Down

0 comments on commit b8fed4b

Please sign in to comment.