|
| 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-sql-db-display |
| 19 | + annotations: |
| 20 | + config.kubernetes.io/local-config: "true" |
| 21 | +spec: |
| 22 | + info: |
| 23 | + title: terraform-google-sql for MSSQL Server |
| 24 | + source: |
| 25 | + repo: https://github.com/terraform-google-modules/terraform-google-sql-db.git |
| 26 | + sourceType: git |
| 27 | + dir: /modules/mssql |
| 28 | + ui: |
| 29 | + input: |
| 30 | + variables: |
| 31 | + activation_policy: |
| 32 | + name: activation_policy |
| 33 | + title: Activation Policy |
| 34 | + active_directory_config: |
| 35 | + name: active_directory_config |
| 36 | + title: Active Directory Config |
| 37 | + additional_databases: |
| 38 | + name: additional_databases |
| 39 | + title: Additional Databases |
| 40 | + additional_users: |
| 41 | + name: additional_users |
| 42 | + title: Additional Users |
| 43 | + availability_type: |
| 44 | + name: availability_type |
| 45 | + title: Availability Type |
| 46 | + backup_configuration: |
| 47 | + name: backup_configuration |
| 48 | + title: Backup Configuration |
| 49 | + connector_enforcement: |
| 50 | + name: connector_enforcement |
| 51 | + title: Connector Enforcement |
| 52 | + create_timeout: |
| 53 | + name: create_timeout |
| 54 | + title: Create Timeout |
| 55 | + database_flags: |
| 56 | + name: database_flags |
| 57 | + title: Database Flags |
| 58 | + database_version: |
| 59 | + name: database_version |
| 60 | + title: Database Version |
| 61 | + db_charset: |
| 62 | + name: db_charset |
| 63 | + title: Db Charset |
| 64 | + db_collation: |
| 65 | + name: db_collation |
| 66 | + title: Db Collation |
| 67 | + db_name: |
| 68 | + name: db_name |
| 69 | + title: Db Name |
| 70 | + delete_timeout: |
| 71 | + name: delete_timeout |
| 72 | + title: Delete Timeout |
| 73 | + deletion_protection: |
| 74 | + name: deletion_protection |
| 75 | + title: Deletion Protection |
| 76 | + deletion_protection_enabled: |
| 77 | + name: deletion_protection_enabled |
| 78 | + title: Deletion Protection Enabled |
| 79 | + deny_maintenance_period: |
| 80 | + name: deny_maintenance_period |
| 81 | + title: Deny Maintenance Period |
| 82 | + disk_autoresize: |
| 83 | + name: disk_autoresize |
| 84 | + title: Disk Autoresize |
| 85 | + disk_autoresize_limit: |
| 86 | + name: disk_autoresize_limit |
| 87 | + title: Disk Autoresize Limit |
| 88 | + disk_size: |
| 89 | + name: disk_size |
| 90 | + title: Disk Size |
| 91 | + disk_type: |
| 92 | + name: disk_type |
| 93 | + title: Disk Type |
| 94 | + edition: |
| 95 | + name: edition |
| 96 | + title: Edition |
| 97 | + enable_default_db: |
| 98 | + name: enable_default_db |
| 99 | + title: Enable Default Db |
| 100 | + enable_default_user: |
| 101 | + name: enable_default_user |
| 102 | + title: Enable Default User |
| 103 | + encryption_key_name: |
| 104 | + name: encryption_key_name |
| 105 | + title: Encryption Key Name |
| 106 | + follow_gae_application: |
| 107 | + name: follow_gae_application |
| 108 | + title: Follow Gae Application |
| 109 | + instance_type: |
| 110 | + name: instance_type |
| 111 | + title: Instance Type |
| 112 | + ip_configuration: |
| 113 | + name: ip_configuration |
| 114 | + title: Ip Configuration |
| 115 | + maintenance_window_day: |
| 116 | + name: maintenance_window_day |
| 117 | + title: Maintenance Window Day |
| 118 | + maintenance_window_hour: |
| 119 | + name: maintenance_window_hour |
| 120 | + title: Maintenance Window Hour |
| 121 | + maintenance_window_update_track: |
| 122 | + name: maintenance_window_update_track |
| 123 | + title: Maintenance Window Update Track |
| 124 | + master_instance_name: |
| 125 | + name: master_instance_name |
| 126 | + title: Master Instance Name |
| 127 | + module_depends_on: |
| 128 | + name: module_depends_on |
| 129 | + title: Module Depends On |
| 130 | + name: |
| 131 | + name: name |
| 132 | + title: Name |
| 133 | + pricing_plan: |
| 134 | + name: pricing_plan |
| 135 | + title: Pricing Plan |
| 136 | + project_id: |
| 137 | + name: project_id |
| 138 | + title: Project Id |
| 139 | + random_instance_name: |
| 140 | + name: random_instance_name |
| 141 | + title: Random Instance Name |
| 142 | + region: |
| 143 | + name: region |
| 144 | + title: Region |
| 145 | + root_password: |
| 146 | + name: root_password |
| 147 | + title: Root Password |
| 148 | + secondary_zone: |
| 149 | + name: secondary_zone |
| 150 | + title: Secondary Zone |
| 151 | + sql_server_audit_config: |
| 152 | + name: sql_server_audit_config |
| 153 | + title: Sql Server Audit Config |
| 154 | + tier: |
| 155 | + name: tier |
| 156 | + title: Tier |
| 157 | + time_zone: |
| 158 | + name: time_zone |
| 159 | + title: Time Zone |
| 160 | + update_timeout: |
| 161 | + name: update_timeout |
| 162 | + title: Update Timeout |
| 163 | + user_labels: |
| 164 | + name: user_labels |
| 165 | + title: User Labels |
| 166 | + user_name: |
| 167 | + name: user_name |
| 168 | + title: User Name |
| 169 | + user_password: |
| 170 | + name: user_password |
| 171 | + title: User Password |
| 172 | + zone: |
| 173 | + name: zone |
| 174 | + title: Zone |
0 commit comments