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

Location Names Validation #32

Closed gigovich closed 1 year ago

gigovich commented 1 year ago

This Pull Request introduces improvement to the Terraform provider by adding a validation step for the locations attribute during the planning stage. This enhancement ensures that the locations values specified in Terraform configurations align with the available locations fetched from the API.

Key Changes: