add missing mailserver terraform items

This commit is contained in:
viktorbarzin 2021-02-18 22:26:36 +00:00
parent 3a37fc181d
commit b0f4616689
6 changed files with 339 additions and 8 deletions

View file

@ -1,6 +1,4 @@
variable "tls_secret_name" {}
variable "tls_crt" {}
variable "tls_key" {}
# variable "dockerhub_password" {}
resource "kubernetes_namespace" "website" {