Files
hunfabric/tests/modules/net_address/examples/context.yaml
2026-04-17 11:23:47 +02:00

75 lines
2.2 KiB
YAML

# Copyright 2026 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.addresses.google_compute_address.internal["ilb-1"]:
address_type: INTERNAL
description: Terraform managed.
effective_labels:
goog-terraform-provisioned: 'true'
ip_collection: null
ip_version: null
ipv6_endpoint_type: null
labels: null
name: ilb-1
network: null
project: my-project-1
purpose: SHARED_LOADBALANCER_VIP
region: us-central1
subnetwork: projects/prj-host/regions/us-central1/subnetworks/sub-1
terraform_labels:
goog-terraform-provisioned: 'true'
timeouts: null
module.addresses.google_compute_address.internal["ilb-2"]:
address: 10.0.16.102
address_type: INTERNAL
description: Terraform managed.
effective_labels:
goog-terraform-provisioned: 'true'
ip_collection: null
ip_version: null
ipv6_endpoint_type: null
labels: null
name: ilb-2
network: null
project: my-project-1
region: europe-west1
subnetwork: projects/prj-host/regions/europe-west1/subnetworks/sub-2
terraform_labels:
goog-terraform-provisioned: 'true'
timeouts: null
module.addresses.google_compute_global_address.psc["one"]:
address: 10.0.0.32
address_type: INTERNAL
description: Terraform managed.
effective_labels:
goog-terraform-provisioned: 'true'
ip_version: null
labels: null
name: one
network: projects/prj-host/global/networks/shared-vpc
project: my-project-1
purpose: PRIVATE_SERVICE_CONNECT
terraform_labels:
goog-terraform-provisioned: 'true'
timeouts: null
counts:
google_compute_address: 2
google_compute_global_address: 1
modules: 1
resources: 3
outputs: {}