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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user