From 51306ad20c7bcfbb7091c08635310ee47578e6a8 Mon Sep 17 00:00:00 2001 From: Brent Barbachem Date: Mon, 22 Aug 2022 11:58:26 -0400 Subject: [PATCH] Update data/data/gcp/variables-gcp.tf Co-authored-by: Rafael F. --- data/data/gcp/variables-gcp.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/data/gcp/variables-gcp.tf b/data/data/gcp/variables-gcp.tf index 4e9d2554341..920b8af3e39 100644 --- a/data/data/gcp/variables-gcp.tf +++ b/data/data/gcp/variables-gcp.tf @@ -6,7 +6,7 @@ variable "gcp_project_id" { variable "gcp_network_project_id" { type = string description = "The project that the network and subnets exist in when they are not in the main ProjectID." - default = null + default = "" } variable "gcp_service_account" {