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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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"]
}
}