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