Skip to content

Commit

Permalink
feat: added sao paulo region
Browse files Browse the repository at this point in the history
  • Loading branch information
mlabouardy committed Apr 11, 2023
1 parent 9fc9093 commit f0c4200
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion utils/regions.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,12 @@ func getAWSRegions() []Location {
Latitude: "26.066700",
Longitude: "50.557700",
},
{
Name: "Sao Paulo",
Label: "sa-east-1",
Latitude: "-33.469120",
Longitude: "-70.641997",
},
}
}

Expand Down Expand Up @@ -954,4 +960,4 @@ func NormalizeRegionName(regionName string) string {
lowercased := strings.ToLower(regionName)
dashReplaced := strings.Replace(lowercased, "_", "-", -1)
return dashReplaced
}
}

0 comments on commit f0c4200

Please sign in to comment.