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

[CSGI-3062] Deprecate `pagerduty_service.alert_creation` attribute #835

Closed imjaroiswebdev closed 6 months ago

imjaroiswebdev commented 6 months ago

pagerduty_service.alert_creation attribute is being marked as deprecated in documentation, due marking it as deprecated in pagerduty_service schema will lead to a permanent warning being unnecessarily shown to practitioners, furthermore, the value of create_alerts_and_incidents is being enforced in the state following the end of life of create_incidents configuration.

imjaroiswebdev commented 6 months ago

Closing because same functionality has been already added by https://github.com/PagerDuty/terraform-provider-pagerduty/pull/836.