|
| 1 | +# Copyright 2024 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-instance-template-display |
| 19 | + annotations: |
| 20 | + config.kubernetes.io/local-config: "true" |
| 21 | +spec: |
| 22 | + info: |
| 23 | + title: instance_template |
| 24 | + source: |
| 25 | + repo: https://github.com/terraform-google-modules/terraform-google-vm |
| 26 | + sourceType: git |
| 27 | + dir: /modules/instance_template |
| 28 | + ui: |
| 29 | + input: |
| 30 | + variables: |
| 31 | + access_config: |
| 32 | + name: access_config |
| 33 | + title: Access Config |
| 34 | + altDefaults: |
| 35 | + - type: ALTERNATE_TYPE_DC |
| 36 | + value: |
| 37 | + nat_ip: null |
| 38 | + network_tier: PREMIUM |
| 39 | + additional_disks: |
| 40 | + name: additional_disks |
| 41 | + title: Additional Disks |
| 42 | + additional_networks: |
| 43 | + name: additional_networks |
| 44 | + title: Additional Networks |
| 45 | + alias_ip_range: |
| 46 | + name: alias_ip_range |
| 47 | + title: Alias Ip Range |
| 48 | + auto_delete: |
| 49 | + name: auto_delete |
| 50 | + title: Auto Delete |
| 51 | + automatic_restart: |
| 52 | + name: automatic_restart |
| 53 | + title: Automatic Restart |
| 54 | + can_ip_forward: |
| 55 | + name: can_ip_forward |
| 56 | + title: Can Ip Forward |
| 57 | + confidential_instance_type: |
| 58 | + name: confidential_instance_type |
| 59 | + title: Confidential Instance Type |
| 60 | + description: |
| 61 | + name: description |
| 62 | + title: Description |
| 63 | + disk_encryption_key: |
| 64 | + name: disk_encryption_key |
| 65 | + title: Disk Encryption Key |
| 66 | + disk_labels: |
| 67 | + name: disk_labels |
| 68 | + title: Disk Labels |
| 69 | + disk_resource_policies: |
| 70 | + name: disk_resource_policies |
| 71 | + title: Disk Resource Policies |
| 72 | + disk_size_gb: |
| 73 | + name: disk_size_gb |
| 74 | + title: Disk Size Gb |
| 75 | + disk_type: |
| 76 | + name: disk_type |
| 77 | + title: Disk Type |
| 78 | + enable_confidential_vm: |
| 79 | + name: enable_confidential_vm |
| 80 | + title: Enable Confidential Vm |
| 81 | + enable_nested_virtualization: |
| 82 | + name: enable_nested_virtualization |
| 83 | + title: Enable Nested Virtualization |
| 84 | + enable_shielded_vm: |
| 85 | + name: enable_shielded_vm |
| 86 | + title: Enable Shielded Vm |
| 87 | + gpu: |
| 88 | + name: gpu |
| 89 | + title: Gpu |
| 90 | + instance_description: |
| 91 | + name: instance_description |
| 92 | + title: Instance Description |
| 93 | + ipv6_access_config: |
| 94 | + name: ipv6_access_config |
| 95 | + title: Ipv6 Access Config |
| 96 | + labels: |
| 97 | + name: labels |
| 98 | + title: Labels |
| 99 | + machine_type: |
| 100 | + name: machine_type |
| 101 | + title: Machine Type |
| 102 | + maintenance_interval: |
| 103 | + name: maintenance_interval |
| 104 | + title: Maintenance Interval |
| 105 | + metadata: |
| 106 | + name: metadata |
| 107 | + title: Metadata |
| 108 | + min_cpu_platform: |
| 109 | + name: min_cpu_platform |
| 110 | + title: Min Cpu Platform |
| 111 | + name_prefix: |
| 112 | + name: name_prefix |
| 113 | + title: Name Prefix |
| 114 | + network: |
| 115 | + name: network |
| 116 | + title: Network |
| 117 | + network_ip: |
| 118 | + name: network_ip |
| 119 | + title: Network Ip |
| 120 | + nic_type: |
| 121 | + name: nic_type |
| 122 | + title: Nic Type |
| 123 | + on_host_maintenance: |
| 124 | + name: on_host_maintenance |
| 125 | + title: On Host Maintenance |
| 126 | + preemptible: |
| 127 | + name: preemptible |
| 128 | + title: Preemptible |
| 129 | + project_id: |
| 130 | + name: project_id |
| 131 | + title: Project Id |
| 132 | + region: |
| 133 | + name: region |
| 134 | + title: Region |
| 135 | + resource_policies: |
| 136 | + name: resource_policies |
| 137 | + title: Resource Policies |
| 138 | + service_account: |
| 139 | + name: service_account |
| 140 | + title: Service Account |
| 141 | + shielded_instance_config: |
| 142 | + name: shielded_instance_config |
| 143 | + title: Shielded Instance Config |
| 144 | + source_image: |
| 145 | + name: source_image |
| 146 | + title: Source Image |
| 147 | + source_image_family: |
| 148 | + name: source_image_family |
| 149 | + title: Source Image Family |
| 150 | + source_image_project: |
| 151 | + name: source_image_project |
| 152 | + title: Source Image Project |
| 153 | + spot: |
| 154 | + name: spot |
| 155 | + title: Spot |
| 156 | + spot_instance_termination_action: |
| 157 | + name: spot_instance_termination_action |
| 158 | + title: Spot Instance Termination Action |
| 159 | + stack_type: |
| 160 | + name: stack_type |
| 161 | + title: Stack Type |
| 162 | + startup_script: |
| 163 | + name: startup_script |
| 164 | + title: Startup Script |
| 165 | + subnetwork: |
| 166 | + name: subnetwork |
| 167 | + title: Subnetwork |
| 168 | + subnetwork_project: |
| 169 | + name: subnetwork_project |
| 170 | + title: Subnetwork Project |
| 171 | + tags: |
| 172 | + name: tags |
| 173 | + title: Tags |
| 174 | + threads_per_core: |
| 175 | + name: threads_per_core |
| 176 | + title: Threads Per Core |
| 177 | + total_egress_bandwidth_tier: |
| 178 | + name: total_egress_bandwidth_tier |
| 179 | + title: Total Egress Bandwidth Tier |
| 180 | + |
0 commit comments