Files
hunfabric/tests/modules/project_factory/data_overrides_defaults.yaml
Wiktor Niesiobędzki d63a425b62 Allow same filename in different directories
As long, as they do override default project name using `name`.
2025-04-06 20:17:22 +02:00

64 lines
2.3 KiB
YAML

# 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.
# 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.projects["service1"].google_essential_contacts_contact.contact["admin@example.org"]:
email: admin@example.org
parent: projects/test-pf-service1
module.projects["service1"].google_project.project[0]:
billing_account: 012345-67890A-BCDEF0
folder_id: '1234'
labels:
environment: test
name: test-pf-service1
project_id: test-pf-service1
module.projects["service1"].google_project_service.project_services["run.googleapis.com"]:
project: test-pf-service1
service: run.googleapis.com
module.projects["service1"].google_project_service.project_services["stackdriver.googleapis.com"]:
project: test-pf-service1
service: stackdriver.googleapis.com
module.projects["service2"].google_essential_contacts_contact.contact["admin@example.org"]:
email: admin@example.org
parent: projects/test-pf-service2
module.projects["service2"].google_project.project[0]:
billing_account: 012345-67890A-BCDEF0
folder_id: '1234'
labels:
environment: test
name: test-pf-service2
project_id: test-pf-service2
module.projects["service2"].google_project_service.project_services["default-service.googleapis.com"]:
project: test-pf-service2
service: default-service.googleapis.com
module.projects["service2"].google_project_service.project_services["stackdriver.googleapis.com"]:
project: test-pf-service2
service: stackdriver.googleapis.com
counts:
google_essential_contacts_contact: 2
google_project: 2
google_project_iam_member: 1
google_project_service: 4
google_project_service_identity: 1
google_tags_tag_binding: 0 # keep this, to ensure that tag_bindings are not created
modules: 2
resources: 10
outputs:
buckets: {}
folders: {}
projects: __missing__
service_accounts: {}