forked from terraform-google-modules/terraform-google-sql-db
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.yaml
98 lines (97 loc) · 3.31 KB
/
metadata.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# 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-sql-db
annotations:
config.kubernetes.io/local-config: "true"
spec:
info:
title: terraform-google-sql
source:
repo: https://github.com/terraform-google-modules/terraform-google-sql-db.git
sourceType: git
description: {}
content:
subBlueprints:
- name: backup
location: modules/backup
- name: mssql
location: modules/mssql
- name: mysql
location: modules/mysql
- name: postgresql
location: modules/postgresql
- name: private_service_access
location: modules/private_service_access
- name: restore
location: modules/restore
- name: safer_mysql
location: modules/safer_mysql
examples:
- name: mssql-failover-replica
location: examples/mssql-failover-replica
- name: mssql-public
location: examples/mssql-public
- name: mysql-backup-create-service-account
location: examples/mysql-backup-create-service-account
- name: mysql-ha
location: examples/mysql-ha
- name: mysql-private
location: examples/mysql-private
- name: mysql-psc
location: examples/mysql-psc
- name: mysql-public
location: examples/mysql-public
- name: postgresql-backup-provided-service-account
location: examples/postgresql-backup-provided-service-account
- name: postgresql-ha
location: examples/postgresql-ha
- name: postgresql-psc
location: examples/postgresql-psc
- name: postgresql-public
location: examples/postgresql-public
- name: postgresql-public-iam
location: examples/postgresql-public-iam
- name: postgresql-with-cross-region-failover
location: examples/postgresql-with-cross-region-failover
interfaces: {}
requirements:
roles:
- level: Project
roles:
- roles/cloudkms.admin
- roles/cloudkms.cryptoKeyEncrypterDecrypter
- roles/cloudscheduler.admin
- roles/cloudsql.admin
- roles/compute.admin
- roles/compute.networkAdmin
- roles/iam.serviceAccountAdmin
- roles/iam.serviceAccountUser
- roles/monitoring.editor
- roles/resourcemanager.projectIamAdmin
- roles/storage.admin
- roles/workflows.admin
services:
- cloudkms.googleapis.com
- cloudresourcemanager.googleapis.com
- cloudscheduler.googleapis.com
- compute.googleapis.com
- iam.googleapis.com
- monitoring.googleapis.com
- servicenetworking.googleapis.com
- serviceusage.googleapis.com
- sqladmin.googleapis.com
- workflows.googleapis.com