Skip to main content

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

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.


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


Reply