You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the ProdHostedZone parameter requires a . prefix in the Hosted Zone. This is easy to overlook and will cause users problems. The Domain requires a . suffix after the Hosted Zone name. Both of these are necessary, but we probably shouldn't require users to care about these details. We should automatically add the . where necessary.
The text was updated successfully, but these errors were encountered:
Currently, the
ProdHostedZone
parameter requires a.
prefix in the Hosted Zone. This is easy to overlook and will cause users problems. TheDomain
requires a.
suffix after the Hosted Zone name. Both of these are necessary, but we probably shouldn't require users to care about these details. We should automatically add the.
where necessary.The text was updated successfully, but these errors were encountered: