forked from EnterpriseDB/edb-terraform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
database.yml
50 lines (50 loc) · 1.07 KB
/
database.yml
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
---
azure:
tags:
cluster_name: flexible-servers
created_by: edb-terraform
regions:
westus:
cidr_block: 10.2.0.0/16
zones:
main:
zone: 0
cidr: 10.2.20.0/24
service_ports:
- port: 22
protocol: tcp
description: "SSH"
region_ports:
- protocol: icmp
description: "ping"
images:
rocky_8_7_0:
publisher: erockyenterprisesoftwarefoundationinc1653071250513
offer: rockylinux
sku: free
version: 8.7.0
ssh_user: rocky
machines:
dbt2-driver:
image_name: rocky_8_7_0
region: westus
zone_name: main
instance_type: Standard_D2as_v4
volume:
type: StandardSSD_LRS
size_gb: 50
tags:
type: dbt2-driver
databases:
postgres:
region: westus
engine: postgresql
engine_version: 14
username: postgres
password: asdfavu899fnvoabnsviob
instance_type: GP_Standard_D4s_v3
volume:
size_gb: 32
tags:
environment: Sandbox
type: postgres