Fix string typo on main.tf
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user