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
We can see issue with plan for our services because it fail with error message:
│ Error: timeout while waiting for state to become 'success' (timeout: 2m0s)
│
│ with pagerduty_service.all_services["HSP Silver Pro Restaurant GOOGLE PLAY STORE"],
│ on services.tf line 31, in resource "pagerduty_service" "all_services":
│ 31: resource "pagerduty_service" "all_services" {
│
True is that we try to control 152 services in one loop and probably 2m0s timeout is not enough. It it possible to somehow increase this threshold please?
Thanks a lot.
Terraform Version
1.6.1
Affected Resource(s)
Please list the resources as a list, for example:
pagerduty_service
pagerduty_service_event_rule
pagerduty_service_integration
If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.
│ Error: timeout while waiting for state to become 'success' (timeout: 2m0s)
│
│ with pagerduty_service.all_services["HSP Silver Pro Restaurant GOOGLE PLAY STORE"],
│ on services.tf line 31, in resource "pagerduty_service" "all_services":
│ 31: resource "pagerduty_service" "all_services" {
│
Expected Behavior
It should do plan and apply
Actual Behavior
│ Error: timeout while waiting for state to become 'success' (timeout: 2m0s)
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform plan
terraform apply
The text was updated successfully, but these errors were encountered:
Hi there,
We can see issue with plan for our services because it fail with error message:
│ Error: timeout while waiting for state to become 'success' (timeout: 2m0s)
│
│ with pagerduty_service.all_services["HSP Silver Pro Restaurant GOOGLE PLAY STORE"],
│ on services.tf line 31, in resource "pagerduty_service" "all_services":
│ 31: resource "pagerduty_service" "all_services" {
│
True is that we try to control 152 services in one loop and probably 2m0s timeout is not enough. It it possible to somehow increase this threshold please?
Thanks a lot.
Terraform Version
1.6.1
Affected Resource(s)
Please list the resources as a list, for example:
If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.
Terraform Configuration Files
Debug Output
│ Error: timeout while waiting for state to become 'success' (timeout: 2m0s)
│
│ with pagerduty_service.all_services["HSP Silver Pro Restaurant GOOGLE PLAY STORE"],
│ on services.tf line 31, in resource "pagerduty_service" "all_services":
│ 31: resource "pagerduty_service" "all_services" {
│
Expected Behavior
It should do plan and apply
Actual Behavior
│ Error: timeout while waiting for state to become 'success' (timeout: 2m0s)
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform plan
terraform apply
The text was updated successfully, but these errors were encountered: