|
10 | 10 | "Tags": [
|
11 | 11 | {
|
12 | 12 | "Key": "Name",
|
13 |
| - "Value": "cluster-kerberos/VPC" |
| 13 | + "Value": "cluster-data-api/VPC" |
14 | 14 | }
|
15 | 15 | ]
|
16 | 16 | }
|
|
39 | 39 | },
|
40 | 40 | {
|
41 | 41 | "Key": "Name",
|
42 |
| - "Value": "cluster-kerberos/VPC/PublicSubnet1" |
| 42 | + "Value": "cluster-data-api/VPC/PublicSubnet1" |
43 | 43 | }
|
44 | 44 | ],
|
45 | 45 | "VpcId": {
|
|
53 | 53 | "Tags": [
|
54 | 54 | {
|
55 | 55 | "Key": "Name",
|
56 |
| - "Value": "cluster-kerberos/VPC/PublicSubnet1" |
| 56 | + "Value": "cluster-data-api/VPC/PublicSubnet1" |
57 | 57 | }
|
58 | 58 | ],
|
59 | 59 | "VpcId": {
|
|
94 | 94 | "Tags": [
|
95 | 95 | {
|
96 | 96 | "Key": "Name",
|
97 |
| - "Value": "cluster-kerberos/VPC/PublicSubnet1" |
| 97 | + "Value": "cluster-data-api/VPC/PublicSubnet1" |
98 | 98 | }
|
99 | 99 | ]
|
100 | 100 | }
|
|
114 | 114 | "Tags": [
|
115 | 115 | {
|
116 | 116 | "Key": "Name",
|
117 |
| - "Value": "cluster-kerberos/VPC/PublicSubnet1" |
| 117 | + "Value": "cluster-data-api/VPC/PublicSubnet1" |
118 | 118 | }
|
119 | 119 | ]
|
120 | 120 | },
|
|
147 | 147 | },
|
148 | 148 | {
|
149 | 149 | "Key": "Name",
|
150 |
| - "Value": "cluster-kerberos/VPC/PublicSubnet2" |
| 150 | + "Value": "cluster-data-api/VPC/PublicSubnet2" |
151 | 151 | }
|
152 | 152 | ],
|
153 | 153 | "VpcId": {
|
|
161 | 161 | "Tags": [
|
162 | 162 | {
|
163 | 163 | "Key": "Name",
|
164 |
| - "Value": "cluster-kerberos/VPC/PublicSubnet2" |
| 164 | + "Value": "cluster-data-api/VPC/PublicSubnet2" |
165 | 165 | }
|
166 | 166 | ],
|
167 | 167 | "VpcId": {
|
|
202 | 202 | "Tags": [
|
203 | 203 | {
|
204 | 204 | "Key": "Name",
|
205 |
| - "Value": "cluster-kerberos/VPC/PublicSubnet2" |
| 205 | + "Value": "cluster-data-api/VPC/PublicSubnet2" |
206 | 206 | }
|
207 | 207 | ]
|
208 | 208 | }
|
|
222 | 222 | "Tags": [
|
223 | 223 | {
|
224 | 224 | "Key": "Name",
|
225 |
| - "Value": "cluster-kerberos/VPC/PublicSubnet2" |
| 225 | + "Value": "cluster-data-api/VPC/PublicSubnet2" |
226 | 226 | }
|
227 | 227 | ]
|
228 | 228 | },
|
|
255 | 255 | },
|
256 | 256 | {
|
257 | 257 | "Key": "Name",
|
258 |
| - "Value": "cluster-kerberos/VPC/PrivateSubnet1" |
| 258 | + "Value": "cluster-data-api/VPC/PrivateSubnet1" |
259 | 259 | }
|
260 | 260 | ],
|
261 | 261 | "VpcId": {
|
|
269 | 269 | "Tags": [
|
270 | 270 | {
|
271 | 271 | "Key": "Name",
|
272 |
| - "Value": "cluster-kerberos/VPC/PrivateSubnet1" |
| 272 | + "Value": "cluster-data-api/VPC/PrivateSubnet1" |
273 | 273 | }
|
274 | 274 | ],
|
275 | 275 | "VpcId": {
|
|
324 | 324 | },
|
325 | 325 | {
|
326 | 326 | "Key": "Name",
|
327 |
| - "Value": "cluster-kerberos/VPC/PrivateSubnet2" |
| 327 | + "Value": "cluster-data-api/VPC/PrivateSubnet2" |
328 | 328 | }
|
329 | 329 | ],
|
330 | 330 | "VpcId": {
|
|
338 | 338 | "Tags": [
|
339 | 339 | {
|
340 | 340 | "Key": "Name",
|
341 |
| - "Value": "cluster-kerberos/VPC/PrivateSubnet2" |
| 341 | + "Value": "cluster-data-api/VPC/PrivateSubnet2" |
342 | 342 | }
|
343 | 343 | ],
|
344 | 344 | "VpcId": {
|
|
375 | 375 | "Tags": [
|
376 | 376 | {
|
377 | 377 | "Key": "Name",
|
378 |
| - "Value": "cluster-kerberos/VPC" |
| 378 | + "Value": "cluster-data-api/VPC" |
379 | 379 | }
|
380 | 380 | ]
|
381 | 381 | }
|
|
543 | 543 | "Properties": {
|
544 | 544 | "PolicyDocument": {
|
545 | 545 | "Statement": [
|
| 546 | + { |
| 547 | + "Action": [ |
| 548 | + "secretsmanager:DescribeSecret", |
| 549 | + "secretsmanager:GetSecretValue" |
| 550 | + ], |
| 551 | + "Effect": "Allow", |
| 552 | + "Resource": { |
| 553 | + "Ref": "DatabaseSecretAttachmentE5D1B020" |
| 554 | + } |
| 555 | + }, |
546 | 556 | {
|
547 | 557 | "Action": [
|
548 | 558 | "rds-data:BatchExecuteStatement",
|
|
575 | 585 | ]
|
576 | 586 | ]
|
577 | 587 | }
|
578 |
| - }, |
579 |
| - { |
580 |
| - "Action": [ |
581 |
| - "secretsmanager:DescribeSecret", |
582 |
| - "secretsmanager:GetSecretValue" |
583 |
| - ], |
584 |
| - "Effect": "Allow", |
585 |
| - "Resource": { |
586 |
| - "Ref": "DatabaseSecretAttachmentE5D1B020" |
587 |
| - } |
588 | 588 | }
|
589 | 589 | ],
|
590 | 590 | "Version": "2012-10-17"
|
|
0 commit comments