You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning: Deprecated attribute
on ../pagerduty-service/sns-topic.tf line 14, in resource "aws_sns_topic_subscription" "pagerduty_cloudwatch":
14: endpoint = "https://events.pagerduty.com/integration/${pagerduty_service_integration.cloudwatch.integration_key}/enqueue"
The attribute "integration_key" is deprecated. Refer to the provider documentation for details.
To configure an event, please use the integration_key in the following interpolation:
https://events.pagerduty.com/integration/${pagerduty_service_integration.slack.integration_key}/enqueue
Thanks for all the help/support
Terraform Version
1.6
Plugin version
3.4.0
The text was updated successfully, but these errors were encountered:
"integration_key": {
Type: schema.TypeString,
Optional: true,
Computed: true,
Deprecated: "Assignments or updates to this attribute are not supported by Service Integrations API, it is a read-only value. Input support will be dropped in upcomming major release",
We are using it has read only, attribute reference, in our code so we are ignoring the warning. Not sure what the alternative workaround is if this is used as input argument.
Hi there,
We are receiving the following warning
But on the documentation (https://registry.terraform.io/providers/PagerDuty/pagerduty/latest/docs/resources/service_integration), I can still find this example
Thanks for all the help/support
Terraform Version
1.6
Plugin version
3.4.0
The text was updated successfully, but these errors were encountered: