Update VPC-SC module and FAST stage (#2887)

* Update VPC-SC module to support vpc subnets

* Update FAST VPC-SC variables

* Fix tests
This commit is contained in:
Julio Castillo
2025-02-13 19:04:09 +01:00
committed by GitHub
parent f22d783cf7
commit fd9f92324b
11 changed files with 161 additions and 45 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 2024 Google LLC
# Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -74,7 +74,7 @@ values:
- identities:
- user:user@fast.example.com
identity_type: null
source_restriction: null
source_restriction: SOURCE_RESTRICTION_DISABLED
sources: []
egress_to:
- external_resources: null

View File

@@ -1,4 +1,4 @@
# Copyright 2024 Google LLC
# Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -62,7 +62,7 @@ values:
- serviceAccount:bar@myproject.iam.gserviceaccount.com
- serviceAccount:foo@myproject.iam.gserviceaccount.com
identity_type: null
source_restriction: null
source_restriction: 'SOURCE_RESTRICTION_DISABLED'
sources: []
egress_to:
- external_resources: null