Fix string typo on main.tf

This commit is contained in:
Chris Long
2019-01-09 00:39:28 -08:00
committed by GitHub
parent 87ef15ade9
commit 9e019c2a7a

View File

@@ -12,7 +12,7 @@ variable "key_name" {
default = "id_terraform" default = "id_terraform"
} }
variable "public_key_path" { variable "public_key_path" {
type = string type = "string"
} }
variable "ip_whitelist" { variable "ip_whitelist" {
type = "list" type = "list"