Closed wope4455 closed 1 month ago
@wope4455 Did you specify a timeout block when defining the resource?
The default timeout for subscriptions is 10 minutes, but you can adjust them via the timeout block (see https://registry.terraform.io/providers/SAP/btp/latest/docs/resources/subaccount_subscription#timeouts)
@wope4455 Did you specify a timeout block when defining the resource?
The default timeout for subscriptions is 10 minutes, but you can adjust them via the timeout block (see https://registry.terraform.io/providers/SAP/btp/latest/docs/resources/subaccount_subscription#timeouts)
@lechnerc77 : thanks for the hint - I haven't used this timeout block - but I would expect that the script would generate a message when reaching that point and does not crash.
@wope4455 The handling of the retry block is part of the Terraform Framework, so we have only limited influence on the abort that happens in your case. But we will evaluate if we can influence the behavior on a lower execution level (namely in our client) to exit more gracefully
Is there an existing issue for this?
What version of the Terraform provider are you using?
1.7.0
What version of the Terraform CLI are you using?
1.9.2
What type of issue are you facing
bug report
Describe the bug
Terraform script crashed during a long running service subscription exactly after 10 minutes. At the subaccount the subscription process finished well after some additional time and the service is running. I faced this issue 2 times
Expected Behavior
No response
Steps To Reproduce
Long running subscription of a service like SAP Build ProcessAutomation
User's Role Collections
No response
Add screenshots to help explain your problem
No response
Additional context