|
| 1 | +# Copyright 2025 Google LLC |
| 2 | +# |
| 3 | +# Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | +# you may not use this file except in compliance with the License. |
| 5 | +# You may obtain a copy of the License at |
| 6 | +# |
| 7 | +# http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | +# |
| 9 | +# Unless required by applicable law or agreed to in writing, software |
| 10 | +# distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | +# See the License for the specific language governing permissions and |
| 13 | +# limitations under the License. |
| 14 | + |
| 15 | +apiVersion: blueprints.cloud.google.com/v1alpha1 |
| 16 | +kind: BlueprintMetadata |
| 17 | +metadata: |
| 18 | + name: terraform-google-vm-compute-instance-display |
| 19 | + annotations: |
| 20 | + config.kubernetes.io/local-config: "true" |
| 21 | +spec: |
| 22 | + info: |
| 23 | + title: Compute Instance |
| 24 | + source: |
| 25 | + repo: https://github.com/terraform-google-modules/terraform-google-vm |
| 26 | + sourceType: git |
| 27 | + dir: /modules/compute_instance |
| 28 | + ui: |
| 29 | + input: |
| 30 | + variables: |
| 31 | + access_config: |
| 32 | + name: access_config |
| 33 | + title: Access Config |
| 34 | + add_hostname_suffix: |
| 35 | + name: add_hostname_suffix |
| 36 | + title: Add Hostname Suffix |
| 37 | + alias_ip_ranges: |
| 38 | + name: alias_ip_ranges |
| 39 | + title: Alias Ip Ranges |
| 40 | + deletion_protection: |
| 41 | + name: deletion_protection |
| 42 | + title: Deletion Protection |
| 43 | + hostname: |
| 44 | + name: hostname |
| 45 | + title: Hostname |
| 46 | + hostname_suffix_separator: |
| 47 | + name: hostname_suffix_separator |
| 48 | + title: Hostname Suffix Separator |
| 49 | + instance_template: |
| 50 | + name: instance_template |
| 51 | + title: Instance Template |
| 52 | + ipv6_access_config: |
| 53 | + name: ipv6_access_config |
| 54 | + title: Ipv6 Access Config |
| 55 | + labels: |
| 56 | + name: labels |
| 57 | + title: Labels |
| 58 | + network: |
| 59 | + name: network |
| 60 | + title: Network |
| 61 | + num_instances: |
| 62 | + name: num_instances |
| 63 | + title: Num Instances |
| 64 | + region: |
| 65 | + name: region |
| 66 | + title: Region |
| 67 | + resource_manager_tags: |
| 68 | + name: resource_manager_tags |
| 69 | + title: Resource Manager Tags |
| 70 | + resource_policies: |
| 71 | + name: resource_policies |
| 72 | + title: Resource Policies |
| 73 | + static_ips: |
| 74 | + name: static_ips |
| 75 | + title: Static Ips |
| 76 | + subnetwork: |
| 77 | + name: subnetwork |
| 78 | + title: Subnetwork |
| 79 | + subnetwork_project: |
| 80 | + name: subnetwork_project |
| 81 | + title: Subnetwork Project |
| 82 | + zone: |
| 83 | + name: zone |
| 84 | + title: Zone |
0 commit comments