-
Notifications
You must be signed in to change notification settings - Fork 0
/
sql.tf
30 lines (30 loc) · 813 Bytes
/
sql.tf
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
# module "realtime-tracking" {
# source = "./modules/v2.7.2"
# private_network = data.google_compute_subnetwork.internal-subnetwork.network
# database_tier = "db-custom-4-15360"
# db_instance_name = "realtime-tracking"
# database_version = "POSTGRES_15"
# disk_size = 100
# ha_enabled = false
# deletion_protection = true
# user_labels = {
# jira = "sre-10293"
# billing-scope = "db-managed-postgres"
# }
# backup_configuration = [
# {
# enabled = true
# binary_log_enabled = false
# start_time = "17:00"
# point_in_time_recovery_enabled = true
# },
# ]
# read_replicas = [
# {
# read_replica_tier = "db-custom-4-15360"
# ipv4_enabled = "false"
# disk_size = 100
# },
# ]
# database_flags = []
# }