Skip to content

Commit

Permalink
Merge pull request #9547 from terraform-providers/f-me-south-1-data-s…
Browse files Browse the repository at this point in the history
…ources

provider: Support new me-south-1 region in various data sources
  • Loading branch information
bflad authored Jul 30, 2019
2 parents 56dcbc5 + 7243aa2 commit 87f52f9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
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 @@ -25,6 +25,7 @@ var cloudTrailServiceAccountPerRegionMap = map[string]string{
"eu-west-1": "859597730677",
"eu-west-2": "282025262664",
"eu-west-3": "262312530599",
"me-south-1": "034638983726",
"sa-east-1": "814480443879",
"us-east-1": "086441151436",
"us-east-2": "475085895292",
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 @@ -19,6 +19,7 @@ var elasticBeanstalkHostedZoneIds = map[string]string{
"eu-west-1": "Z2NYPWQ7DFZAZH",
"eu-west-2": "Z1GKAAAUGATPF1",
"eu-west-3": "Z5WN6GAYWG5OB",
"me-south-1": "Z2BBTEKR2I36N2",
"sa-east-1": "Z10X7K2B4QSOFV",
"us-east-1": "Z117KPS5GTRQ2G",
"us-east-2": "Z14LCN19Q5QHIC",
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 @@ -22,6 +22,7 @@ var elbHostedZoneIdPerRegionMap = map[string]string{
"eu-west-1": "Z32O12XQLNTSW2",
"eu-west-2": "ZHURV8PSTC4K8",
"eu-west-3": "Z3Q77PNBQS71R4",
"me-south-1": "ZS929ML54UICD",
"sa-east-1": "Z2P70J7HTTTPLU",
"us-east-1": "Z35SXDOTRQ7X7K",
"us-east-2": "Z3AADJGX6KTTL2",
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 @@ -24,6 +24,7 @@ var elbAccountIdPerRegionMap = map[string]string{
"eu-west-1": "156460612806",
"eu-west-2": "652711504416",
"eu-west-3": "009996457667",
"me-south-1": "076674570225",
"sa-east-1": "507241528517",
"us-east-1": "127311923021",
"us-east-2": "033677994240",
Expand Down
1 change: 1 addition & 0 deletions aws/hosted_zones.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ var hostedZoneIDsMap = map[string]string{
"eu-west-1": "Z1BKCTXD74EZPE",
"eu-west-2": "Z3GKZC51ZF0DB4",
"eu-west-3": "Z3R1K369G5AVDG",
"me-south-1": "Z1MPMWCPA7YB62",
"sa-east-1": "Z7KQH4QJS55SO",
"us-east-1": "Z3AQBSTGFYJSTF",
"us-east-2": "Z2O1EMRO9K5GLX",
Expand Down

0 comments on commit 87f52f9

Please sign in to comment.