mozilla-it / sumo-infra

Infrastructure for support.mozilla.org
1 stars 3 forks source link

Rename domain_name parameter in cloudfront terraform #23

Closed ziegeer closed 5 years ago

ziegeer commented 5 years ago

domain_name parameter in cloudfront terraform refers to the origin of the CDN. This is a terrible, misleading name to start with and the AWS console uses the same term to refer to the cloudfront distribution's DNS name. We should change it to something that indicates this is the name of the origin.

ziegeer commented 5 years ago

Fixed in cf61b3f82dc3e019e3e196db822f7c4f113f6bf2, renamed domain_name to origin_name.