|
| 1 | +{ |
| 2 | + "version": "0.1", |
| 3 | + "stackGroups": { |
| 4 | + "Production-API": { |
| 5 | + "unknown-account/unknown-region": { |
| 6 | + "constructId": "Production-API", |
| 7 | + "account": "unknown-account", |
| 8 | + "region": "unknown-region" |
| 9 | + } |
| 10 | + }, |
| 11 | + "Production-Database": { |
| 12 | + "unknown-account/unknown-region": { |
| 13 | + "constructId": "Production-Database", |
| 14 | + "account": "unknown-account", |
| 15 | + "region": "unknown-region" |
| 16 | + } |
| 17 | + }, |
| 18 | + "Production-Frontend": { |
| 19 | + "unknown-account/unknown-region": { |
| 20 | + "constructId": "Production-Frontend", |
| 21 | + "account": "unknown-account", |
| 22 | + "region": "unknown-region" |
| 23 | + } |
| 24 | + }, |
| 25 | + "Production-Cache": { |
| 26 | + "unknown-account/us-east-1": { |
| 27 | + "constructId": "Production-Cache", |
| 28 | + "account": "unknown-account", |
| 29 | + "region": "us-east-1" |
| 30 | + }, |
| 31 | + "unknown-account/eu-west-1": { |
| 32 | + "constructId": "Production-Cache-EU", |
| 33 | + "account": "unknown-account", |
| 34 | + "region": "eu-west-1" |
| 35 | + } |
| 36 | + }, |
| 37 | + "Production-Audit": { |
| 38 | + "123456789012/unknown-region": { |
| 39 | + "constructId": "Production-Audit", |
| 40 | + "account": "123456789012", |
| 41 | + "region": "unknown-region" |
| 42 | + } |
| 43 | + }, |
| 44 | + "Production-Compliance": { |
| 45 | + "123456789012/us-east-1": { |
| 46 | + "constructId": "Production-Compliance", |
| 47 | + "account": "123456789012", |
| 48 | + "region": "us-east-1" |
| 49 | + } |
| 50 | + }, |
| 51 | + "Production-App": { |
| 52 | + "unknown-account/us-east-1": { |
| 53 | + "constructId": "Production-App", |
| 54 | + "account": "unknown-account", |
| 55 | + "region": "us-east-1" |
| 56 | + }, |
| 57 | + "unknown-account/eu-central-1": { |
| 58 | + "constructId": "Production-App-Frankfurt", |
| 59 | + "account": "unknown-account", |
| 60 | + "region": "eu-central-1" |
| 61 | + } |
| 62 | + }, |
| 63 | + "Production-App-Oregon": { |
| 64 | + "unknown-account/us-west-2": { |
| 65 | + "constructId": "Production-App-Oregon", |
| 66 | + "account": "unknown-account", |
| 67 | + "region": "us-west-2" |
| 68 | + } |
| 69 | + } |
| 70 | + }, |
| 71 | + "cdkTimeout": "30m", |
| 72 | + "suppressNotices": true, |
| 73 | + "lastUpdated": "2025-07-15T15:35:34.010Z", |
| 74 | + "updatedBy": "cdko@1.0.4" |
| 75 | +} |
0 commit comments