uptime-com / terraform-provider-uptime

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

Dashboard creation via terraform - error if changing the services show_section value #86

Open easterbrennan opened 3 months ago

easterbrennan commented 3 months ago

When creating a dashboard with the uptime terraform provider I forgot to set the services show_selected option to true. When I try to change that I get an error:

failed: Code=VALIDATION_ERROR Message=One or more fields failed validation., Fields=map[all:[Another dashboard with the same name already exists.]]

The same things happens going from true to false.