Files
hunfabric/tests/modules/secret_manager/examples/secret-cmek.yaml
Wiktor Niesiobędzki f8f18734f1 Add pre-commit hook configuration (#2326)
* Pre-commit config

Run following linters on commit:
Terraform:
- terraform fmt
- terraform tflint

Python specific:
- yapf

Shell scripts
- shellcheck
- shfmt

YAML files:
- yamllint (disabled as of now)
- check-yaml

Other:
- end-of-file-fixer
- trailing-whitespace fixer

Fabric specific
- tools/tfdoc.py
- tools/check_boilerplate.py

* linting fixes

* Fix boilerplate check
2024-05-30 19:35:09 +02:00

74 lines
1.9 KiB
YAML

# 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.secret-manager.google_secret_manager_secret.default["test-auto"]:
annotations: null
labels: null
project: project-id
replication:
- auto:
- {}
user_managed: []
rotation: []
secret_id: test-auto
timeouts: null
topics: []
ttl: null
version_aliases: null
version_destroy_ttl: null
module.secret-manager.google_secret_manager_secret.default["test-auto-nokeys"]:
annotations: null
labels: null
project: project-id
replication:
- auto:
- customer_managed_encryption: []
user_managed: []
rotation: []
secret_id: test-auto-nokeys
timeouts: null
topics: []
ttl: null
version_aliases: null
version_destroy_ttl: null
module.secret-manager.google_secret_manager_secret.default["test-manual"]:
annotations: null
labels: null
project: project-id
replication:
- auto: []
user_managed:
- replicas:
- location: europe-west8
- location: europe-west9
rotation: []
secret_id: test-manual
timeouts: null
topics: []
ttl: null
version_aliases: null
version_destroy_ttl: null
counts:
google_kms_crypto_key: 3
google_kms_key_ring: 3
google_project_iam_binding: 1
google_project_service_identity: 1
google_secret_manager_secret: 3
modules: 4
resources: 11
outputs: {}