Files
hunfabric/tests/modules/net_vpc/examples/network-attachments.yaml
Ludovico Magnocavallo c8e4179f2b Add custom routes for directpath to net-vpc module (#2966)
* add custom routes for directpath to net-vpc module

* blueprint tests

* blueprint tests

* blueprint tests

* fast tests

* tfdoc

* module examples
2025-03-19 10:22:47 +00:00

45 lines
1.3 KiB
YAML

# Copyright 2024 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
values:
module.vpc.google_compute_network_attachment.default["prod-ew1"]:
connection_preference: ACCEPT_MANUAL
description: Terraform-managed.
name: prod-ew1
producer_accept_lists:
- my-project-1
producer_reject_lists: null
project: project-id
region: europe-west1
timeouts: null
module.vpc.google_compute_network_attachment.default["prod-ew2"]:
connection_preference: ACCEPT_AUTOMATIC
description: Terraform-managed.
name: prod-ew2
producer_accept_lists: null
producer_reject_lists: null
project: project-id
region: europe-west2
timeouts: null
counts:
google_compute_network: 1
google_compute_network_attachment: 2
google_compute_route: 3
google_compute_subnetwork: 2
modules: 1
resources: 8
outputs: {}