- Notifications
You must be signed in to change notification settings - Fork 9.8k
Closed
Labels
enhancementRequests to existing resources that expand the functionality or scope.Requests to existing resources that expand the functionality or scope.service/sfnIssues and PRs that pertain to the sfn service.Issues and PRs that pertain to the sfn service.timeoutsPertains to timeout increases.Pertains to timeout increases.
Description
Description
Currently aws_sfn_state_machine does not provide access to timeouts block and defaults to 5 minutes. But in some cases deleting a state machine can take more than 5 minutes. This feature would add customizable timers for create/update/delete to service/sfn similar to this: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/db_instance#timeouts
Affected Resource(s) and/or Data Source(s)
aws_sfn_state_machine
Potential Terraform Configuration
resource "aws_sfn_state_machine" "example" { # ... timeouts { create = "20m" delete = "20m" } }References
No response
Would you like to implement a fix?
No
jeromeyackley, yagehu, jimmyjimmykuo, jeremy-poteet-work, mcaxtrzen and 12 more
Metadata
Metadata
Assignees
Labels
enhancementRequests to existing resources that expand the functionality or scope.Requests to existing resources that expand the functionality or scope.service/sfnIssues and PRs that pertain to the sfn service.Issues and PRs that pertain to the sfn service.timeoutsPertains to timeout increases.Pertains to timeout increases.