modules/secure-serverless-net/metadata.display.yaml (55 lines of code) (raw):

# 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. apiVersion: blueprints.cloud.google.com/v1alpha1 kind: BlueprintMetadata metadata: name: terraform-google-cloud-run-secure-serverless-net-display annotations: config.kubernetes.io/local-config: "true" spec: info: title: Secure Serverless Network source: repo: https://github.com/GoogleCloudPlatform/terraform-google-cloud-run.git sourceType: git dir: /modules/secure-serverless-net ui: input: variables: connector_name: name: connector_name title: Connector Name connector_on_host_project: name: connector_on_host_project title: Connector On Host Project create_subnet: name: create_subnet title: Create Subnet enable_load_balancer_fw: name: enable_load_balancer_fw title: Enable Load Balancer Fw flow_sampling: name: flow_sampling title: Flow Sampling ip_cidr_range: name: ip_cidr_range title: Ip Cidr Range location: name: location title: Location resource_names_suffix: name: resource_names_suffix title: Resource Names Suffix serverless_project_id: name: serverless_project_id title: Serverless Project Id serverless_service_identity_email: name: serverless_service_identity_email title: Serverless Service Identity Email shared_vpc_name: name: shared_vpc_name title: Shared Vpc Name subnet_name: name: subnet_name title: Subnet Name vpc_project_id: name: vpc_project_id title: Vpc Project Id