Mongodb Atlas project template (#2986)

* mongodb project definition

* wip

* add psc output to net-address module

* wip

* wip

* initial README, test

* remove providers file

* boilerplate

* tfdoc

* test

* fix unrelated test

* outputs, better README
This commit is contained in:
Ludovico Magnocavallo
2025-03-29 09:43:27 +01:00
committed by GitHub
parent 0facab6724
commit 554cc47707
12 changed files with 392 additions and 14 deletions

View File

@@ -23,5 +23,9 @@ terraform {
source = "integrations/github"
version = "~> 5.0"
}
mongodbatlas = {
source = "mongodb/mongodbatlas"
version = "~> 1.0"
}
}
}