From bd103080df2c6ab4cf1f049299faebc9befcecce Mon Sep 17 00:00:00 2001 From: Ludovico Magnocavallo Date: Tue, 30 Jun 2020 20:44:16 +0200 Subject: [PATCH] Update variables.tf --- data-solutions/gcs-to-bq-with-dataflow/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-solutions/gcs-to-bq-with-dataflow/variables.tf b/data-solutions/gcs-to-bq-with-dataflow/variables.tf index fb53dd77..a44f874a 100644 --- a/data-solutions/gcs-to-bq-with-dataflow/variables.tf +++ b/data-solutions/gcs-to-bq-with-dataflow/variables.tf @@ -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"] -} \ No newline at end of file +}