remove tls certs from tfvars because they are in separate files
This commit is contained in:
parent
269f02f543
commit
70d309753d
1 changed files with 6 additions and 2 deletions
8
main.tf
8
main.tf
|
|
@ -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" {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue