uptime-com / terraform-provider-uptime

A Terraform provider that provisions checks via the Uptime.com REST API
MIT License
20 stars 18 forks source link

[ UP-3747 ] Validate custom URL port #95

Closed gigovich closed 3 months ago

gigovich commented 3 months ago

Uptime API requires that the port value in the address URL field match the Port value in the resource. This change checks that if the URL host contains a port definition, it matches the Port value in the resource.

https://uptimedotcom.atlassian.net/browse/UP-3747