Update variables.tf

This commit is contained in:
Ludovico Magnocavallo
2020-06-30 20:44:16 +02:00
committed by GitHub
parent f3f1ce9051
commit bd103080df

View File

@@ -73,4 +73,4 @@ variable "ssh_source_ranges" {
description = "IP CIDR ranges that will be allowed to connect via SSH to the onprem instance."
type = list(string)
default = ["0.0.0.0/0"]
}
}