adding MongoDB

This commit is contained in:
2024-01-28 09:26:08 +01:00
parent 2c066b9049
commit 71b5da2e14
4 changed files with 210 additions and 0 deletions

8
mongo/providers.tf Normal file
View File

@@ -0,0 +1,8 @@
terraform {
required_providers {
kubectl = {
source = "gavinbunney/kubectl"
version = "~> 1.14.0"
}
}
}