|
| 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-network-display |
| 19 | + annotations: |
| 20 | + config.kubernetes.io/local-config: "true" |
| 21 | +spec: |
| 22 | + info: |
| 23 | + title: Terraform Network Module |
| 24 | + source: |
| 25 | + repo: https://github.com/terraform-google-modules/terraform-google-network.git |
| 26 | + sourceType: git |
| 27 | + ui: |
| 28 | + input: |
| 29 | + variables: |
| 30 | + auto_create_subnetworks: |
| 31 | + name: auto_create_subnetworks |
| 32 | + title: Auto Create Subnetworks |
| 33 | + bgp_always_compare_med: |
| 34 | + name: bgp_always_compare_med |
| 35 | + title: Bgp Always Compare Med |
| 36 | + bgp_best_path_selection_mode: |
| 37 | + name: bgp_best_path_selection_mode |
| 38 | + title: Bgp Best Path Selection Mode |
| 39 | + bgp_inter_region_cost: |
| 40 | + name: bgp_inter_region_cost |
| 41 | + title: Bgp Inter Region Cost |
| 42 | + delete_default_internet_gateway_routes: |
| 43 | + name: delete_default_internet_gateway_routes |
| 44 | + title: Delete Default Internet Gateway Routes |
| 45 | + description: |
| 46 | + name: description |
| 47 | + title: Description |
| 48 | + egress_rules: |
| 49 | + name: egress_rules |
| 50 | + title: Egress Rules |
| 51 | + enable_ipv6_ula: |
| 52 | + name: enable_ipv6_ula |
| 53 | + title: Enable Ipv6 Ula |
| 54 | + firewall_rules: |
| 55 | + name: firewall_rules |
| 56 | + title: Firewall Rules |
| 57 | + ingress_rules: |
| 58 | + name: ingress_rules |
| 59 | + title: Ingress Rules |
| 60 | + internal_ipv6_range: |
| 61 | + name: internal_ipv6_range |
| 62 | + title: Internal Ipv6 Range |
| 63 | + mtu: |
| 64 | + name: mtu |
| 65 | + title: Mtu |
| 66 | + network_firewall_policy_enforcement_order: |
| 67 | + name: network_firewall_policy_enforcement_order |
| 68 | + title: Network Firewall Policy Enforcement Order |
| 69 | + network_name: |
| 70 | + name: network_name |
| 71 | + title: Network Name |
| 72 | + network_profile: |
| 73 | + name: network_profile |
| 74 | + title: Network Profile |
| 75 | + project_id: |
| 76 | + name: project_id |
| 77 | + title: Project Id |
| 78 | + routes: |
| 79 | + name: routes |
| 80 | + title: Routes |
| 81 | + routing_mode: |
| 82 | + name: routing_mode |
| 83 | + title: Routing Mode |
| 84 | + secondary_ranges: |
| 85 | + name: secondary_ranges |
| 86 | + title: Secondary Ranges |
| 87 | + shared_vpc_host: |
| 88 | + name: shared_vpc_host |
| 89 | + title: Shared Vpc Host |
| 90 | + subnets: |
| 91 | + name: subnets |
| 92 | + title: Subnets |
0 commit comments