Skip to content

Commit

Permalink
Merge pull request #36803 from GuusDeGraeve/main
Browse files Browse the repository at this point in the history
fix: add af-south-1 registry id for sagemaker prebuilt ECR image data source
  • Loading branch information
ewbankkit committed Apr 9, 2024
2 parents ee81913 + 7c029f3 commit d292adc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/36803.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
data-source/aws_sagemaker_prebuilt_ecr_image: Add `registry_id` for `af-south-1` AWS Region
```
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ var PrebuiltECRImageIDByRegion_sparkML = map[string]string{
// https://github.com/aws/sagemaker-tensorflow-serving-container

var prebuiltECRImageIDByRegion_deepLearning = map[string]string{
endpoints.AfSouth1RegionID: "626614931356",
endpoints.ApEast1RegionID: "871362719292",
endpoints.ApNortheast1RegionID: "763104351884",
endpoints.ApNortheast2RegionID: "763104351884",
Expand Down

0 comments on commit d292adc

Please sign in to comment.