-
Notifications
You must be signed in to change notification settings - Fork 381
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
404 error finding datadog_integration_pagerduty_service_object #299
Comments
I have the same issue |
Hey @ryanisnan thanks for the report. Did you add [1] https://www.terraform.io/docs/providers/datadog/r/integration_pagerduty.html#example-usage |
@bkabrda I have set In order to get this error, I created a plan and applied it which resulted in removing a datadog monitor. Later on, I realized that this was unnecessary and plan/applied to re-add the monitor and resulted in the failure mentioned above. |
Thanks for the additional information @alekhrycaiko, I have reproduced the error and I think I know where the issue is. I'll try to push a fix today. |
Hello,
I am encountering an issue with the datadog pagerduty integration, specifically, the
datadog_integration_pagerduty_service_object
resource.Initial creation of the resource works via
terraform plan
/apply
.Subsequent updates fail with:
The configuration for the resource is:
The variable
pd_service_name
orpd_service_key
do not change between the initial creation and subsequent updates.An odd workaround I've found is to remove the
datadog_integration_pagerduty_service_object
from state manually, and re-plan/applying.Terraform Version
➜ production git:(master) ✗ terraform -v
Terraform v0.11.14
Affected Resource(s)
datadog_integration_pagerduty_service_object
Expected Behavior
I would expect my module to be updated.
Actual Behavior
The module does not get updated, as the
datadog_integration_pagerduty_service_object
is not found.Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
Important Factoids
There are two modules at play here. 1 module creates the
pagerduty_service
and thepagerduty_service_integration
to datadog.The other module is the one that implements the
datadog_integration_pagerduty_service_object
as well as several monitors. The second module is where the failure is occurring.The text was updated successfully, but these errors were encountered: