Ben Lake
Ben Lake
Recently, my team migrated to a new PagerDuty instance. All our PagerDuty configurations from teams, schedules, and escalation policies were managed by Terraform. After the migration and a new API...
It would be very helpful if the data sources had identical attributes to their corresponding resources. For example: `pagerduty_service_integration` [resource attributes](https://registry.terraform.io/providers/PagerDuty/pagerduty/latest/docs/resources/service_integration#attributes-reference) include 1. [id](https://registry.terraform.io/providers/PagerDuty/pagerduty/latest/docs/resources/service_integration#id) 2. [integration_key](https://registry.terraform.io/providers/PagerDuty/pagerduty/latest/docs/resources/service_integration#integration_key) 3. [integration_email](https://registry.terraform.io/providers/PagerDuty/pagerduty/latest/docs/resources/service_integration#integration_email) 4. [html_url](https://registry.terraform.io/providers/PagerDuty/pagerduty/latest/docs/resources/service_integration#html_url)...