Fix string typo on main.tf
This commit is contained in:
@@ -12,7 +12,7 @@ variable "key_name" {
|
||||
default = "id_terraform"
|
||||
}
|
||||
variable "public_key_path" {
|
||||
type = string
|
||||
type = "string"
|
||||
}
|
||||
variable "ip_whitelist" {
|
||||
type = "list"
|
||||
|
||||
Reference in New Issue
Block a user