-
Notifications
You must be signed in to change notification settings - Fork 5.4k
/
Copy pathrds.tf
144 lines (135 loc) · 5 KB
/
rds.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
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
resource "aws_rds_cluster" "app1-rds-cluster" {
cluster_identifier = "app1-rds-cluster"
allocated_storage = 10
backup_retention_period = 0
tags = {
git_commit = "079fe74f6b96d887c245664fbd8cf676c92f20e5"
git_file = "terraform/aws/rds.tf"
git_last_modified_at = "2021-12-08 23:26:32"
git_last_modified_by = "tron47@gmail.com"
git_modifiers = "tron47"
git_org = "matansha"
git_repo = "terragoat"
yor_trace = "b6f2c2ec-0715-46a0-83d4-502e588826d1"
}
}
resource "aws_rds_cluster" "app2-rds-cluster" {
cluster_identifier = "app2-rds-cluster"
allocated_storage = 10
backup_retention_period = 1
tags = {
git_commit = "079fe74f6b96d887c245664fbd8cf676c92f20e5"
git_file = "terraform/aws/rds.tf"
git_last_modified_at = "2021-12-08 23:26:32"
git_last_modified_by = "tron47@gmail.com"
git_modifiers = "tron47"
git_org = "matansha"
git_repo = "terragoat"
yor_trace = "d33c9292-952b-4c1f-9973-b6dbad519461"
}
}
resource "aws_rds_cluster" "app3-rds-cluster" {
cluster_identifier = "app3-rds-cluster"
allocated_storage = 10
backup_retention_period = 15
tags = {
git_commit = "079fe74f6b96d887c245664fbd8cf676c92f20e5"
git_file = "terraform/aws/rds.tf"
git_last_modified_at = "2021-12-08 23:26:32"
git_last_modified_by = "tron47@gmail.com"
git_modifiers = "tron47"
git_org = "matansha"
git_repo = "terragoat"
yor_trace = "2a8584b1-7e9d-4739-8e37-366620c92027"
}
}
resource "aws_rds_cluster" "app4-rds-cluster" {
cluster_identifier = "app4-rds-cluster"
allocated_storage = 10
backup_retention_period = 15
tags = {
git_commit = "079fe74f6b96d887c245664fbd8cf676c92f20e5"
git_file = "terraform/aws/rds.tf"
git_last_modified_at = "2021-12-08 23:26:32"
git_last_modified_by = "tron47@gmail.com"
git_modifiers = "tron47"
git_org = "matansha"
git_repo = "terragoat"
yor_trace = "284aaeed-fd3f-4b7a-b5f8-61a8457f4d83"
}
}
resource "aws_rds_cluster" "app5-rds-cluster" {
cluster_identifier = "app5-rds-cluster"
allocated_storage = 10
backup_retention_period = 15
tags = {
git_commit = "079fe74f6b96d887c245664fbd8cf676c92f20e5"
git_file = "terraform/aws/rds.tf"
git_last_modified_at = "2021-12-08 23:26:32"
git_last_modified_by = "tron47@gmail.com"
git_modifiers = "tron47"
git_org = "matansha"
git_repo = "terragoat"
yor_trace = "0b2bea23-5ca5-4bd1-956e-b9ed978daadf"
}
}
resource "aws_rds_cluster" "app6-rds-cluster" {
cluster_identifier = "app6-rds-cluster"
allocated_storage = 10
backup_retention_period = 15
tags = {
git_commit = "079fe74f6b96d887c245664fbd8cf676c92f20e5"
git_file = "terraform/aws/rds.tf"
git_last_modified_at = "2021-12-08 23:26:32"
git_last_modified_by = "tron47@gmail.com"
git_modifiers = "tron47"
git_org = "matansha"
git_repo = "terragoat"
yor_trace = "fcffb961-d859-4be5-997f-d51b50665ada"
}
}
resource "aws_rds_cluster" "app7-rds-cluster" {
cluster_identifier = "app7-rds-cluster"
allocated_storage = 10
backup_retention_period = 25
tags = {
git_commit = "079fe74f6b96d887c245664fbd8cf676c92f20e5"
git_file = "terraform/aws/rds.tf"
git_last_modified_at = "2021-12-08 23:26:32"
git_last_modified_by = "tron47@gmail.com"
git_modifiers = "tron47"
git_org = "matansha"
git_repo = "terragoat"
yor_trace = "ebc2ac20-23a3-4518-a7ef-3a102b003ab6"
}
}
resource "aws_rds_cluster" "app8-rds-cluster" {
cluster_identifier = "app8-rds-cluster"
allocated_storage = 10
backup_retention_period = 25
tags = {
git_commit = "079fe74f6b96d887c245664fbd8cf676c92f20e5"
git_file = "terraform/aws/rds.tf"
git_last_modified_at = "2021-12-08 23:26:32"
git_last_modified_by = "tron47@gmail.com"
git_modifiers = "tron47"
git_org = "matansha"
git_repo = "terragoat"
yor_trace = "af643747-0967-4251-8645-3b54882c2507"
}
}
resource "aws_rds_cluster" "app9-rds-cluster" {
cluster_identifier = "app9-rds-cluster"
allocated_storage = 10
backup_retention_period = 25
tags = {
git_commit = "079fe74f6b96d887c245664fbd8cf676c92f20e5"
git_file = "terraform/aws/rds.tf"
git_last_modified_at = "2021-12-08 23:26:32"
git_last_modified_by = "tron47@gmail.com"
git_modifiers = "tron47"
git_org = "matansha"
git_repo = "terragoat"
yor_trace = "a0c98536-c751-4743-92f1-a106ce750249"
}
}