cloud-foundation-fabric/tests/modules/net_vpc/examples/dns-policies.yaml

38 lines
1.2 KiB
YAML
Raw Normal View History

2023-01-18 15:00:58 -08:00
# Copyright 2023 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.network[0]:
name: my-network
2023-11-29 06:36:03 -08:00
project: project-id
2023-01-18 15:00:58 -08:00
module.vpc.google_compute_subnetwork.subnetwork["europe-west1/production"]: {}
module.vpc.google_dns_policy.default[0]:
alternative_name_server_config:
- target_name_servers:
- forwarding_path: ''
ipv4_address: '8.8.8.8'
- forwarding_path: private
ipv4_address: '10.0.0.1'
description: Managed by Terraform
enable_inbound_forwarding: true
enable_logging: null
name: my-network
networks:
- {}
2023-11-29 06:36:03 -08:00
project: project-id
2023-01-18 15:00:58 -08:00
counts:
google_compute_network: 1
google_compute_subnetwork: 1
2023-11-29 06:36:03 -08:00
google_dns_policy: 1