PagerDuty / terraform-provider-pagerduty

Terraform PagerDuty provider
https://www.terraform.io/docs/providers/pagerduty/
Mozilla Public License 2.0
206 stars 210 forks source link

Fix attribute deprecation warning #801

Closed lizduty closed 8 months ago

lizduty commented 8 months ago

This uses the fact that ValidateDiagFunc is only used for input values, not computed values.

By testing that the input is empty, we can provide our warning only when necessary.

It's not not perfect, since you don't get the tooling hints that an attribute is deprecated.

Fixes #799