Skip to content

Commit

Permalink
revert version constraint change in example
Browse files Browse the repository at this point in the history
  • Loading branch information
AgustinBettati committed Aug 13, 2024
1 parent b519363 commit 47aeb06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
mongodbatlas = {
source = "mongodb/mongodbatlas"
version = "~> 1.18"
version = "~> 1.17"
}
}
required_version = ">= 1.0"
Expand Down

0 comments on commit 47aeb06

Please sign in to comment.