Files
hunfabric/tests/modules/project/examples/org-policies-dry-run.yaml
Julio Castillo 0420dec32f Add deletion_policy to project module (#2502)
* Replace skip_delete with deletion_policy

* Fix blueprints

* Update apigee blueprint readme

* Remove skip_delete from test inventories
2024-08-16 18:33:39 +02:00

63 lines
1.6 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_org_policy_policy.default["gcp.restrictTLSVersion"]:
dry_run_spec:
- inherit_from_parent: null
reset: null
rules:
- allow_all: null
condition: []
deny_all: null
enforce: null
values:
- allowed_values: null
denied_values:
- TLS_VERSION_1
- TLS_VERSION_1_1
name: projects/project/policies/gcp.restrictTLSVersion
parent: projects/project
spec:
- inherit_from_parent: null
reset: null
rules:
- allow_all: null
condition: []
deny_all: null
enforce: null
values:
- allowed_values: null
denied_values:
- TLS_VERSION_1
timeouts: null
module.project.google_project.project[0]:
auto_create_network: false
billing_account: null
deletion_policy: 'DELETE'
folder_id: '1122334455'
labels: null
name: project
org_id: null
project_id: project
timeouts: null
counts:
google_org_policy_policy: 1
google_project: 1
modules: 1
resources: 2
outputs: {}