remove tls certs from tfvars because they are in separate files
This commit is contained in:
parent
f4f3db644a
commit
12b1b66628
3 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" {}
|
||||
|
|
|
|||
Binary file not shown.
BIN
terraform.tfvars
BIN
terraform.tfvars
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue