## Requirements
| Name | Version |
|------|---------|
| [terraform](#requirement\_terraform) | >= 1.3.1 |
| [aws](#requirement\_aws) | >= 4.10.0 |
## Providers
| Name | Version |
|------|---------|
| [aws](#provider\_aws) | 4.44.0 |
## Modules
No modules.
## Resources
| Name | Type |
|------|------|
| [aws_sfn_state_machine.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sfn_state_machine) | resource |
## Inputs
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| [definition](#input\_definition) | The Step Function definition. | `string` | n/a | yes |
| [name](#input\_name) | The state machine name. | `string` | n/a | yes |
| [role\_arn](#input\_role\_arn) | The Step Function role. | `string` | n/a | yes |
| [tags](#input\_tags) | A mapping of tags to assign to the resource | `map(string)` | `{}` | no |
| [type](#input\_type) | Determines whether a Standard or Express state machine is created.. | `string` | n/a | yes |
## Outputs
| Name | Description |
|------|-------------|
| [name](#output\_name) | The name of the Step Function |