Skip to content

Commit

Permalink
Merge pull request #7829 from terraform-providers/f-aws_elastic_beans…
Browse files Browse the repository at this point in the history
…talk_hosted_zone-eu-north-1

data-source/aws_elastic_beanstalk_hosted_zone: Add eu-north-1 region support
  • Loading branch information
bflad authored Mar 6, 2019
2 parents 042ed09 + b892f17 commit 387b32d
Showing 1 changed file with 1 addition and 0 deletions.
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 @@ -15,6 +15,7 @@ var elasticBeanstalkHostedZoneIds = map[string]string{
"ap-south-1": "Z18NTBI3Y7N9TZ",
"ca-central-1": "ZJFCZL7SSZB5I",
"eu-central-1": "Z1FRNW7UH4DEZJ",
"eu-north-1": "Z23GO28BZ5AETM",
"eu-west-1": "Z2NYPWQ7DFZAZH",
"eu-west-2": "Z1GKAAAUGATPF1",
"eu-west-3": "Z5WN6GAYWG5OB",
Expand Down

0 comments on commit 387b32d

Please sign in to comment.