75 lines
1.9 KiB
YAML
75 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: {}
|
|
|
|
outputs: {} |