Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

af-south-1 (Cape Town) #12967

Merged
merged 1 commit into from
Apr 23, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions aws/data_source_aws_cloudtrail_service_account.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import (
// See https://docs.aws.amazon.com/govcloud-us/latest/ug-east/verifying-cloudtrail.html
// See https://docs.aws.amazon.com/govcloud-us/latest/ug-west/verifying-cloudtrail.html
var cloudTrailServiceAccountPerRegionMap = map[string]string{
"af-south-1": "525921808201",
"ap-east-1": "119688915426",
"ap-northeast-1": "216624486486",
"ap-northeast-2": "492519147666",
Expand Down
1 change: 1 addition & 0 deletions aws/data_source_aws_elastic_beanstalk_hosted_zone.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import (

// See http://docs.aws.amazon.com/general/latest/gr/rande.html#elasticbeanstalk_region
var elasticBeanstalkHostedZoneIds = map[string]string{
"af-south-1": "Z1EI3BVKMKK4AM",
"ap-southeast-1": "Z16FZ9L249IFLT",
"ap-southeast-2": "Z2PCDNR3VC2G1N",
"ap-east-1": "ZPWYUBWRU171A",
Expand Down
1 change: 1 addition & 0 deletions aws/data_source_aws_elb_hosted_zone_id.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import (
// See http://docs.aws.amazon.com/general/latest/gr/rande.html#elb_region
// See https://docs.amazonaws.cn/en_us/general/latest/gr/rande.html#elb_region
var elbHostedZoneIdPerRegionMap = map[string]string{
"af-south-1": "Z268VQBMOI5EKX",
"ap-east-1": "Z3DQVH9N71FHZ0",
"ap-northeast-1": "Z14GRHDCWA56QT",
"ap-northeast-2": "ZWKZPGTI48KDX",
Expand Down
1 change: 1 addition & 0 deletions aws/data_source_aws_elb_service_account.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import (

// See http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/enable-access-logs.html#attach-bucket-policy
var elbAccountIdPerRegionMap = map[string]string{
"af-south-1": "098369216593",
"ap-east-1": "754344448648",
"ap-northeast-1": "582318560864",
"ap-northeast-2": "600734575887",
Expand Down
1 change: 1 addition & 0 deletions aws/data_source_aws_redshift_service_account.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ var redshiftServiceAccountPerRegionMap = map[string]string{
"us-east-2": "391106570357",
"us-west-1": "262260360010",
"us-west-2": "902366379725",
"af-south-1": "365689465814",
"ap-east-1": "313564881002",
"ap-south-1": "865932855811",
"ap-northeast-3": "090321488786",
Expand Down
1 change: 1 addition & 0 deletions aws/hosted_zones.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import "fmt"
// See https://docs.aws.amazon.com/pt_br/govcloud-us/latest/ug-east/using-govcloud-endpoints.html
// See https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/using-govcloud-endpoints.html
var hostedZoneIDsMap = map[string]string{
"af-south-1": "Z11KHD8FBVPUYU",
"ap-east-1": "ZNB98KWMFR0R6",
"ap-northeast-1": "Z2M4EHUR26P7ZW",
"ap-northeast-2": "Z3W03O7B5YMIYP",
Expand Down