remove tls certs from tfvars because they are in separate files

This commit is contained in:
viktorbarzin 2021-02-19 19:52:22 +00:00
parent 269f02f543
commit 70d309753d

View file

@ -6,8 +6,12 @@ variable "vsphere_password" {}
variable "vsphere_user" {}
variable "vsphere_server" {}
variable "tls_secret_name" {}
variable "tls_crt" {}
variable "tls_key" {}
variable "tls_crt" {
default = ""
}
variable "tls_key" {
default = ""
}
variable "client_certificate_secret_name" {}
variable "mailserver_accounts" {}
variable "mailserver_aliases" {}