From 65de4b41715d49ecca88c81d5c80d3c9afffa8ee Mon Sep 17 00:00:00 2001 From: Muller Hsu Date: Mon, 2 Nov 2020 14:29:26 +0800 Subject: [PATCH] Update variables.tf fix typo --- examples-0.13/06 OVF Properties/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples-0.13/06 OVF Properties/variables.tf b/examples-0.13/06 OVF Properties/variables.tf index 0a40acf..c4c213c 100644 --- a/examples-0.13/06 OVF Properties/variables.tf +++ b/examples-0.13/06 OVF Properties/variables.tf @@ -12,7 +12,7 @@ variable "esxi_hostport" { default = "22" } -varaible "esxi_hostssl" { +variable "esxi_hostssl" { default = "443" }