Skip to content

Commit e2b1793

Browse files
chore: Removing version constraint in new examples associated to 2.0 dev branch (#3617)
* removing version constraint in new examples associated to 2.0 dev branch * formatting fix
1 parent 223566b commit e2b1793

File tree

22 files changed

+23
-45
lines changed

22 files changed

+23
-45
lines changed

examples/migrate_atlas_user_and_atlas_users/v1/versions.tf

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ terraform {
22
required_version = ">= 1.5.0"
33
required_providers {
44
mongodbatlas = {
5-
source = "mongodb/mongodbatlas"
6-
version = "~> 1.0"
5+
source = "mongodb/mongodbatlas"
76
}
87
}
9-
}
8+
}

examples/migrate_atlas_user_and_atlas_users/v2/versions.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ terraform {
22
required_version = ">= 1.5.0"
33
required_providers {
44
mongodbatlas = {
5-
source = "mongodb/mongodbatlas"
6-
version = "~> 1.0" // TODO: CLOUDP-335982: Update to 2.0.0
5+
source = "mongodb/mongodbatlas"
76
}
87
}
98
}

examples/migrate_atlas_user_and_atlas_users/v3/versions.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ terraform {
22
required_version = ">= 1.5.0"
33
required_providers {
44
mongodbatlas = {
5-
source = "mongodb/mongodbatlas"
6-
version = "~> 1.0" // TODO: CLOUDP-335982: Update to 2.0.0
5+
source = "mongodb/mongodbatlas"
76
}
87
}
98
}

examples/migrate_org_invitation_to_cloud_user_org_assignment/v1/versions.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ terraform {
22
required_version = ">= 1.5.0"
33
required_providers {
44
mongodbatlas = {
5-
source = "mongodb/mongodbatlas"
6-
version = "~> 1.0"
5+
source = "mongodb/mongodbatlas"
76
}
87
}
98
}

examples/migrate_org_invitation_to_cloud_user_org_assignment/v2/versions.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ terraform {
22
required_version = ">= 1.5.0"
33
required_providers {
44
mongodbatlas = {
5-
source = "mongodb/mongodbatlas"
6-
version = "~> 1.0" // TODO: CLOUDP-335982: Update to 2.0.0
5+
source = "mongodb/mongodbatlas"
76
}
87
}
98
}

examples/migrate_org_invitation_to_cloud_user_org_assignment/v3/versions.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ terraform {
22
required_version = ">= 1.5.0"
33
required_providers {
44
mongodbatlas = {
5-
source = "mongodb/mongodbatlas"
6-
version = "~> 1.0" // TODO: CLOUDP-335982: Update to 2.0.0
5+
source = "mongodb/mongodbatlas"
76
}
87
}
98
}

examples/migrate_project_invitation_to_cloud_user_project_assignment/v1/versions.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ terraform {
22
required_version = ">= 1.7.0"
33
required_providers {
44
mongodbatlas = {
5-
source = "mongodb/mongodbatlas"
6-
version = "~> 1.0"
5+
source = "mongodb/mongodbatlas"
76
}
87
}
98
}

examples/migrate_project_invitation_to_cloud_user_project_assignment/v2/versions.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ terraform {
22
required_version = ">= 1.7.0"
33
required_providers {
44
mongodbatlas = {
5-
source = "mongodb/mongodbatlas"
6-
version = "~> 1.0" // TODO: CLOUDP-335982: Update to 2.0.0
5+
source = "mongodb/mongodbatlas"
76
}
87
}
98
}

examples/migrate_project_invitation_to_cloud_user_project_assignment/v3/versions.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ terraform {
22
required_version = ">= 1.7.0"
33
required_providers {
44
mongodbatlas = {
5-
source = "mongodb/mongodbatlas"
6-
version = "~> 1.0" // TODO: CLOUDP-335982: Update to 2.0.0
5+
source = "mongodb/mongodbatlas"
76
}
87
}
98
}

examples/migrate_team_project_assignment/v1/versions.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ terraform {
22
required_version = ">= 1.7.0"
33
required_providers {
44
mongodbatlas = {
5-
source = "mongodb/mongodbatlas"
6-
version = "~> 1.0" // TODO: CLOUDP-335982: Update to 2.0.0
5+
source = "mongodb/mongodbatlas"
76
}
87
}
98
}

0 commit comments

Comments
 (0)