From bd22c77c1fbcbda61186738d18e45dd7eadb0ef1 Mon Sep 17 00:00:00 2001 From: clint shryock Date: Wed, 9 Dec 2015 10:44:22 -0600 Subject: [PATCH] providers/aws: Update Hosted Zones to fix issue with eu-central --- builtin/providers/aws/hosted_zones.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/providers/aws/hosted_zones.go b/builtin/providers/aws/hosted_zones.go index 7633e06349..ec4a508a57 100644 --- a/builtin/providers/aws/hosted_zones.go +++ b/builtin/providers/aws/hosted_zones.go @@ -8,7 +8,7 @@ var hostedZoneIDsMap = map[string]string{ "us-west-2": "Z3BJ6K6RIION7M", "us-west-1": "Z2F56UZL2M1ACD", "eu-west-1": "Z1BKCTXD74EZPE", - "central-1": "Z21DNDUVLTQW6Q", + "eu-central-1": "Z21DNDUVLTQW6Q", "ap-southeast-1": "Z3O0J2DXBE1FTB", "ap-southeast-2": "Z1WCIGYICN2BYD", "ap-northeast-1": "Z2M4EHUR26P7ZW",