Skip to content

Commit

Permalink
provider: Various data source information for new eu-south-1 (Milan) …
Browse files Browse the repository at this point in the history
  • Loading branch information
PatMyron authored and adamdecaf committed May 28, 2020
1 parent 0403d45 commit 5d70a3c
Show file tree
Hide file tree
Showing 6 changed files with 6 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 @@ -24,6 +24,7 @@ var cloudTrailServiceAccountPerRegionMap = map[string]string{
"cn-northwest-1": "681348832753",
"eu-central-1": "035351147821",
"eu-north-1": "829690693026",
"eu-south-1": "669305197877",
"eu-west-1": "859597730677",
"eu-west-2": "282025262664",
"eu-west-3": "262312530599",
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{
"ca-central-1": "ZJFCZL7SSZB5I",
"eu-central-1": "Z1FRNW7UH4DEZJ",
"eu-north-1": "Z23GO28BZ5AETM",
"eu-south-1": "Z10VDYYOA2JFKM",
"eu-west-1": "Z2NYPWQ7DFZAZH",
"eu-west-2": "Z1GKAAAUGATPF1",
"eu-west-3": "Z5WN6GAYWG5OB",
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{
"cn-northwest-1": "Z3BX2TMKNYI13Y",
"eu-central-1": "Z215JYRZR1TBD5",
"eu-north-1": "Z23TAZ6LKFMNIO",
"eu-south-1": "Z3ULH7SSC9OV64",
"eu-west-1": "Z32O12XQLNTSW2",
"eu-west-2": "ZHURV8PSTC4K8",
"eu-west-3": "Z3Q77PNBQS71R4",
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 @@ -22,6 +22,7 @@ var elbAccountIdPerRegionMap = map[string]string{
"cn-northwest-1": "037604701340",
"eu-central-1": "054676820928",
"eu-north-1": "897822967062",
"eu-south-1": "635631232127",
"eu-west-1": "156460612806",
"eu-west-2": "652711504416",
"eu-west-3": "009996457667",
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 @@ -31,6 +31,7 @@ var redshiftServiceAccountPerRegionMap = map[string]string{
"eu-west-2": "307160386991",
"eu-west-3": "915173422425",
"eu-north-1": "729911121831",
"eu-south-1": "945612479654",
"me-south-1": "013126148197",
"sa-east-1": "075028567923",
"us-gov-east-1": "665727464434",
Expand Down
1 change: 1 addition & 0 deletions aws/hosted_zones.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ var hostedZoneIDsMap = map[string]string{
"ca-central-1": "Z1QDHH18159H29",
"eu-central-1": "Z21DNDUVLTQW6Q",
"eu-north-1": "Z3BAZG2TWCNX0D",
"eu-south-1": "Z3IXVV8C73GIO3",
"eu-west-1": "Z1BKCTXD74EZPE",
"eu-west-2": "Z3GKZC51ZF0DB4",
"eu-west-3": "Z3R1K369G5AVDG",
Expand Down

0 comments on commit 5d70a3c

Please sign in to comment.