Skip to content

Commit 9d2252f

Browse files
authored
Update provider.tf
1 parent 93d3dc9 commit 9d2252f

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

provider.tf

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1-
# Generated by Terragrunt. Sig: nIlQXj57tbuaRZEa
1+
terraform {
2+
required_providers {
3+
mongodbatlas = {
4+
source = "mongodb/mongodbatlas"
5+
version = "1.5.0"
6+
}
7+
}
8+
}
9+
210
provider "mongodbatlas" {
11+
# Configuration options
312
}
13+

0 commit comments

Comments
 (0)