aboutsummaryrefslogtreecommitdiff
path: root/plugin/route53/route53.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/route53/route53.go')
-rw-r--r--plugin/route53/route53.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/route53/route53.go b/plugin/route53/route53.go
index 6fe8763af..537cf3212 100644
--- a/plugin/route53/route53.go
+++ b/plugin/route53/route53.go
@@ -170,7 +170,7 @@ func (h *Route53) updateZones(ctx context.Context) error {
for i, hostedZone := range z {
newZ := file.NewZone(zName, "")
- newZ.Upstream = *h.upstream
+ newZ.Upstream = h.upstream
in := &route53.ListResourceRecordSetsInput{
HostedZoneId: aws.String(hostedZone.id),
}