From eb7457931af5b227b12213d71d34ef8f42c290e3 Mon Sep 17 00:00:00 2001 From: Modular Magician Date: Wed, 22 Jan 2025 22:49:03 +0000 Subject: [PATCH] Correct SecurityGateway to be global only (#12788) Co-authored-by: Stephen Lewis (Burrows) [upstream:03f66203c207e3b0629fdf731d2f8e1e30c011fe] Signed-off-by: Modular Magician --- beyondcorp_security_gateway_basic/main.tf | 1 - 1 file changed, 1 deletion(-) diff --git a/beyondcorp_security_gateway_basic/main.tf b/beyondcorp_security_gateway_basic/main.tf index 87a4d580..9d159245 100644 --- a/beyondcorp_security_gateway_basic/main.tf +++ b/beyondcorp_security_gateway_basic/main.tf @@ -1,6 +1,5 @@ resource "google_beyondcorp_security_gateway" "example" { security_gateway_id = "default-${local.name_suffix}" - location = "global" display_name = "My Security Gateway resource" hubs { region = "us-central1" } }