Skip to content

Commit

Permalink
chore(region-info): add missing dlc repository accounts. (#30147)
Browse files Browse the repository at this point in the history
### Issue # (if applicable)

Add missing DLC repository account information for multiple regions.

### Reason for this change
As part of exteding support to new regions we require the `DLC_REPOSITORY_ACCOUNTS` for those specific regions in our `fact-tables`.


### Description of changes

Added missing information for few regions we already provide support to. Also, updated the reference doc links since they are out of date and haven't been updated in a long time and we need to reference the new docs to fetch the required information.

### Description of how you validated changes



### Checklist
- [x] My code adheres to the [CONTRIBUTING GUIDE](https:/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https:/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
SankyRed authored May 13, 2024
1 parent 65f2bd9 commit 7ed3460
Show file tree
Hide file tree
Showing 14 changed files with 261 additions and 211 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@
"Artifacts": {
"Type": "NO_ARTIFACTS"
},
"Cache": {
"Type": "NO_CACHE"
},
"EncryptionKey": "alias/aws/s3",
"Environment": {
"ComputeType": "BUILD_GENERAL1_LARGE",
"Image": {
Expand Down Expand Up @@ -209,11 +213,7 @@
"Source": {
"BuildSpec": "{\n \"version\": \"0.2\",\n \"phases\": {\n \"build\": {\n \"commands\": [\n \"ls\"\n ]\n }\n }\n}",
"Type": "NO_SOURCE"
},
"Cache": {
"Type": "NO_CACHE"
},
"EncryptionKey": "alias/aws/s3"
}
}
}
},
Expand All @@ -231,12 +231,21 @@
"ap-south-1": {
"value": "763104351884"
},
"ap-south-2": {
"value": "772153158452"
},
"ap-southeast-1": {
"value": "763104351884"
},
"ap-southeast-2": {
"value": "763104351884"
},
"ap-southeast-3": {
"value": "907027046896"
},
"ap-southeast-4": {
"value": "457447274322"
},
"ca-central-1": {
"value": "763104351884"
},
Expand All @@ -249,9 +258,18 @@
"eu-central-1": {
"value": "763104351884"
},
"eu-central-2": {
"value": "380420809688"
},
"eu-north-1": {
"value": "763104351884"
},
"eu-south-1": {
"value": "692866216735"
},
"eu-south-2": {
"value": "503227376785"
},
"eu-west-1": {
"value": "763104351884"
},
Expand All @@ -261,6 +279,9 @@
"eu-west-3": {
"value": "763104351884"
},
"me-central-1": {
"value": "914824155844"
},
"me-south-1": {
"value": "217643126080"
},
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7ed3460

Please sign in to comment.