Skip to content

Instantly share code, notes, and snippets.

View danhab99's full-sized avatar
πŸ³οΈβ€πŸŒˆ
Sometimes you have to stop, and patch the bugs in your own life.

Dan Habot danhab99

πŸ³οΈβ€πŸŒˆ
Sometimes you have to stop, and patch the bugs in your own life.
View GitHub Profile
locals {
labels = {
"app" = "mongo"
}
volume_config_name = "mongo-config"
}
module "mongo" {
source = "terraform-iaac/stateful-set/kubernetes"
version = "1.4.2"