121 lines
3.6 KiB
YAML
121 lines
3.6 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.
|
|
|
|
# yamllint disable rule:line-length
|
|
values:
|
|
module.cloud_run.google_cloud_run_v2_service.service[0]:
|
|
annotations: null
|
|
binary_authorization: []
|
|
build_config: []
|
|
client: null
|
|
client_version: null
|
|
custom_audiences: null
|
|
default_uri_disabled: null
|
|
deletion_protection: false
|
|
description: null
|
|
effective_labels:
|
|
goog-terraform-provisioned: 'true'
|
|
iap_enabled: false
|
|
invoker_iam_disabled: false
|
|
labels: null
|
|
location: europe-west8
|
|
name: example-hello
|
|
project: project-id
|
|
template:
|
|
- annotations: null
|
|
containers:
|
|
- args: null
|
|
base_image_uri: null
|
|
command: null
|
|
depends_on: null
|
|
env:
|
|
- name: SECRET1
|
|
value: ''
|
|
value_source:
|
|
- secret_key_ref:
|
|
- {}
|
|
- name: VAR1
|
|
value: VALUE1
|
|
value_source: []
|
|
- name: VAR2
|
|
value: VALUE2
|
|
value_source: []
|
|
image: us-docker.pkg.dev/cloudrun/container/hello
|
|
liveness_probe: []
|
|
name: hello
|
|
volume_mounts: []
|
|
working_dir: null
|
|
encryption_key: null
|
|
execution_environment: EXECUTION_ENVIRONMENT_GEN1
|
|
gpu_zonal_redundancy_disabled: null
|
|
labels: null
|
|
node_selector: []
|
|
revision: null
|
|
service_mesh: []
|
|
session_affinity: null
|
|
volumes: []
|
|
vpc_access: []
|
|
terraform_labels:
|
|
goog-terraform-provisioned: 'true'
|
|
timeouts: null
|
|
module.cloud_run.google_cloud_run_v2_service_iam_binding.binding["roles/run.invoker"]:
|
|
condition: []
|
|
members:
|
|
- allUsers
|
|
role: roles/run.invoker
|
|
module.secret-manager.google_secret_manager_secret.default["credentials"]:
|
|
annotations: null
|
|
deletion_protection: false
|
|
effective_labels:
|
|
goog-terraform-provisioned: 'true'
|
|
labels: null
|
|
project: project-id
|
|
replication:
|
|
- auto:
|
|
- customer_managed_encryption: []
|
|
user_managed: []
|
|
rotation: []
|
|
secret_id: credentials
|
|
tags: null
|
|
terraform_labels:
|
|
goog-terraform-provisioned: 'true'
|
|
timeouts: null
|
|
topics: []
|
|
ttl: null
|
|
version_aliases: null
|
|
version_destroy_ttl: null
|
|
? module.secret-manager.google_secret_manager_secret_iam_binding.authoritative["credentials.roles/secretmanager.secretAccessor"]
|
|
: condition: []
|
|
members:
|
|
- principalSet://cloudresourcemanager.googleapis.com/projects/123/type/ServiceAccount
|
|
- serviceAccount:123-compute@developer.gserviceaccount.com
|
|
- serviceAccount:project-id@appspot.gserviceaccount.com
|
|
role: roles/secretmanager.secretAccessor
|
|
module.secret-manager.google_secret_manager_secret_version.default["credentials/v1"]:
|
|
deletion_policy: DELETE
|
|
enabled: true
|
|
is_secret_data_base64: false
|
|
secret_data: manual foo bar spam
|
|
secret_data_wo: null
|
|
secret_data_wo_version: 0
|
|
timeouts: null
|
|
counts:
|
|
google_cloud_run_v2_service: 1
|
|
google_cloud_run_v2_service_iam_binding: 1
|
|
google_project_iam_member: 2
|
|
google_secret_manager_secret: 1
|
|
google_secret_manager_secret_iam_binding: 1
|
|
google_secret_manager_secret_version: 1
|
|
google_service_account: 1
|