Skip to content

Commit b220cbc

Browse files
Add newly required field to beyondcorp tests (#15373) (#1133)
[upstream:fefade90f54d910c02364ec6d0d47499312b8d16] Signed-off-by: Modular Magician <[email protected]>
1 parent aafa079 commit b220cbc

File tree

2 files changed

+2
-0
lines changed
  • beyondcorp_security_gateway_application_basic
  • beyondcorp_security_gateway_application_vpc

2 files changed

+2
-0
lines changed

beyondcorp_security_gateway_application_basic/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ resource "google_beyondcorp_security_gateway_application" "example" {
99
application_id = "google-sga-${local.name_suffix}"
1010
endpoint_matchers {
1111
hostname = "google.com"
12+
ports = [80, 443]
1213
}
1314
}

beyondcorp_security_gateway_application_vpc/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ resource "google_beyondcorp_security_gateway_application" "example" {
1111
application_id = "my-vm-service2-${local.name_suffix}"
1212
endpoint_matchers {
1313
hostname = "my-vm-service.com"
14+
ports = [80, 443]
1415
}
1516
upstreams {
1617
egress_policy {

0 commit comments

Comments
 (0)