Skip to main content
Solved

Service Integration Timeouts

  • December 4, 2024
  • 2 replies
  • 100 views

Forum|alt.badge.img+1

Hi Experts, I have a Terraform setup which runs github actions and everytime, either the Terraform Plan or Apply runs, during the refresh of the integrations it keeps giving timeout

Error: timeout while waiting for state to become 'success' (timeout: 2m0s)

Error: Terraform exited with code 1.

Error: Process completed with exit code 1.

Any help would be appreciated

Regards

Raheel

Best answer by José Antonio Reyes

Hey there!

 

Which version of the Terraform provider are you utilizing? Because, in latest versions of the provider this issue should be solved, more precisely the patch was released in version v3.5.2.

2 replies

Forum|alt.badge.img

Hey there!

 

Which version of the Terraform provider are you utilizing? Because, in latest versions of the provider this issue should be solved, more precisely the patch was released in version v3.5.2.


Forum|alt.badge.img+1
  • Author
  • New Member
  • December 5, 2024

Thanks ​@José Antonio Reyes 

My provider.pagerduty: version = "~> 1.9" while my terraform_version: 0.12.5. Seems like both need an upgrade. Do you have any documentation outlining the upgrade approach that would be really helpful