Skip to content

Commit

Permalink
Merge pull request #337 from hashicorp/f-add-eu-south-2
Browse files Browse the repository at this point in the history
Add new AWS Region, `eu-south-2`
  • Loading branch information
ewbankkit authored Nov 16, 2022
2 parents 54258a9 + 7b3c516 commit 65d7b99
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- markdownlint-disable single-title -->
# v2.0.0 (Unreleased)

# v2.0.0-beta.18 (Unreleased)
# v2.0.0-beta.18 (2022-11-15)

ENHANCEMENTS

Expand Down
1 change: 1 addition & 0 deletions internal/endpoints/endpoints.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ var partitions = []partition{
"eu-central-2", // Europe (Zurich).
"eu-north-1", // Europe (Stockholm).
"eu-south-1", // Europe (Milan).
"eu-south-2", // Europe (Spain).
"eu-west-1", // Europe (Ireland).
"eu-west-2", // Europe (London).
"eu-west-3", // Europe (Paris).
Expand Down
2 changes: 1 addition & 1 deletion v2/awsv1shim/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
github.com/google/go-cmp v0.5.9
github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.17
github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.18
github.com/hashicorp/go-cleanhttp v0.5.2
)

Expand Down

0 comments on commit 65d7b99

Please sign in to comment.