40 lines
1.3 KiB
YAML
40 lines
1.3 KiB
YAML
# Copyright 2025 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:
|
|
google_cloudfunctions_function.function:
|
|
docker_repository: artifact_registry_id
|
|
kms_key_name: kms_key_id
|
|
name: test-cf-kms
|
|
project: project
|
|
region: region
|
|
service_account_email: test-cf-kms@project.iam.gserviceaccount.com
|
|
source_archive_bucket: bucket
|
|
source_archive_object: sample-function.zip
|
|
|
|
counts:
|
|
google_cloudfunctions_function: 1
|
|
|
|
outputs:
|
|
bucket: null
|
|
bucket_name: bucket
|
|
function: __missing__
|
|
function_name: test-cf-kms
|
|
id: __missing__
|
|
invoke_command: __missing__
|
|
service_account: __missing__
|
|
service_account_email: test-cf-kms@project.iam.gserviceaccount.com
|
|
service_account_iam_email: serviceAccount:test-cf-kms@project.iam.gserviceaccount.com
|
|
vpc_connector: null
|