Skip to content

[Enhancement]: Add resource timeouts for aws_sfn_state_machine #27673

@sairamkotapati-github

Description

@sairamkotapati-github

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementRequests to existing resources that expand the functionality or scope.service/sfnIssues and PRs that pertain to the sfn service.timeoutsPertains to timeout increases.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions