* Replace skip_delete with deletion_policy * Fix blueprints * Update apigee blueprint readme * Remove skip_delete from test inventories
66 lines
2.1 KiB
YAML
66 lines
2.1 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.project.google_cloud_quotas_quota_preference.default["cpus-ew8"]:
|
|
contact_email: user@example.com
|
|
dimensions:
|
|
region: europe-west8
|
|
ignore_safety_checks: QUOTA_SAFETY_CHECK_UNSPECIFIED
|
|
justification: null
|
|
name: cpus-ew8
|
|
parent: projects/test-project
|
|
quota_config:
|
|
- annotations: null
|
|
preferred_value: '751'
|
|
quota_id: CPUS-per-project-region
|
|
service: compute.googleapis.com
|
|
timeouts: null
|
|
module.project.google_project.project[0]:
|
|
auto_create_network: false
|
|
billing_account: 123456-123456-123456
|
|
deletion_policy: 'DELETE'
|
|
folder_id: '1122334455'
|
|
labels: null
|
|
name: test-project
|
|
org_id: null
|
|
project_id: test-project
|
|
timeouts: null
|
|
module.project.google_project_iam_member.service_agents["compute-system"]:
|
|
condition: []
|
|
project: test-project
|
|
role: roles/compute.serviceAgent
|
|
module.project.google_project_service.project_services["cloudquotas.googleapis.com"]:
|
|
disable_dependent_services: false
|
|
disable_on_destroy: false
|
|
project: test-project
|
|
service: cloudquotas.googleapis.com
|
|
timeouts: null
|
|
module.project.google_project_service.project_services["compute.googleapis.com"]:
|
|
disable_dependent_services: false
|
|
disable_on_destroy: false
|
|
project: test-project
|
|
service: compute.googleapis.com
|
|
timeouts: null
|
|
|
|
counts:
|
|
google_cloud_quotas_quota_preference: 1
|
|
google_project: 1
|
|
google_project_iam_member: 1
|
|
google_project_service: 2
|
|
modules: 1
|
|
resources: 5
|
|
|
|
outputs: {}
|