Skip to content

Commit 86d712e

Browse files
authored
adjust provider version for organization examples (#3492)
1 parent 94dafb3 commit 86d712e

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

examples/mongodbatlas_organization/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This project provides examples for both creating new MongoDB Atlas Organizations
1313

1414
* Terraform v0.15 or greater
1515
* A MongoDB Atlas account
16-
* provider.mongodbatlas: version = "~> 1.10.0" for creating an organization, 1.38.0 for importing an existing organization.
16+
* provider.mongodbatlas: version = "~> 1.10" for creating an organization, 1.38 for importing an existing organization.
1717
* [Cross-organization billing](https://www.mongodb.com/docs/atlas/billing/#cross-organization-billing) enabled and the requesting API Key's organization must be a paying organization.
1818
* Some users (see [here](https://github.com/mongodb/terraform-provider-mongodbatlas/issues/1083)) have reported issues deploying this starter example with Mac M1 CPU. you encounter this issue, try deploying instead on x86 linux if possible. See list of supported binaries [here](https://github.com/mongodb/terraform-provider-mongodbatlas/releases/tag/v1.8.1)
1919

examples/mongodbatlas_organization/organization-import/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Don't include `org_owner_id`, `description`, `role_names` or `federation_setting
1111
## Dependencies
1212

1313
- Terraform v0.15 or greater
14-
- provider.mongodbatlas: version = "~> 1.38.0"
14+
- provider.mongodbatlas: version = "~> 1.38"
1515
- MongoDB Atlas account with an existing organization
1616
- API key with Organization Owner permissions for the organization you want to import
1717
- Organization ID of the existing organization

examples/mongodbatlas_organization/organization-import/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
mongodbatlas = {
44
source = "mongodb/mongodbatlas"
5-
version = "~> 1.0"
5+
version = "~> 1.38"
66
}
77
}
88
required_version = ">= 1.0"

examples/mongodbatlas_organization/organization-step-1/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This project aims to provide a very straight-forward example of setting up a Mon
1111

1212
* Terraform v0.15 or greater
1313
* A MongoDB Atlas account
14-
* provider.mongodbatlas: version = "~> 1.10.0"
14+
* provider.mongodbatlas: version = "~> 1.10"
1515
* [Cross-organization billing](https://www.mongodb.com/docs/atlas/billing/#cross-organization-billing) enabled and the requesting API Key's organization must be a paying organization.
1616
* Some users (see [here](https://github.com/mongodb/terraform-provider-mongodbatlas/issues/1083)) have reported issues deploying this starter example with Mac M1 CPU. you encounter this issue, try deploying instead on x86 linux if possible. See list of supported binaries [here](https://github.com/mongodb/terraform-provider-mongodbatlas/releases/tag/v1.8.1)
1717

examples/mongodbatlas_organization/organization-step-1/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
mongodbatlas = {
44
source = "mongodb/mongodbatlas"
5-
version = "~> 1.0"
5+
version = "~> 1.10"
66
}
77
}
88
required_version = ">= 1.0"

examples/mongodbatlas_organization/organization-step-2/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This project aims to provide a very straight-forward example of setting up Terra
88

99
* Terraform v0.15 or greater
1010
* A MongoDB Atlas account
11-
* provider.mongodbatlas: version = "~> 1.10.0"
11+
* provider.mongodbatlas: version = "~> 1.10"
1212
* Some users (see [here](https://github.com/mongodb/terraform-provider-mongodbatlas/issues/1083)) have reported issues deploying this starter example with Mac M1 CPU. you encounter this issue, try deploying instead on x86 linux if possible. See list of supported binaries [here](https://github.com/mongodb/terraform-provider-mongodbatlas/releases/tag/v1.8.1)
1313

1414
## Usage

examples/mongodbatlas_organization/organization-step-2/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
mongodbatlas = {
44
source = "mongodb/mongodbatlas"
5-
version = "~> 1.0"
5+
version = "~> 1.10"
66
}
77
}
88
required_version = ">= 1.0"

0 commit comments

Comments
 (0)