Co-authored-by: Ezequiel Bellver <ebellver@itba.edu.ar> |
||
---|---|---|
.. | ||
README.md | ||
main.tf | ||
outputs.tf | ||
variables.tf | ||
versions.tf |
README.md
Requirements
Name | Version |
---|---|
terraform | >= 1.3.1 |
aws | >= 4.10.0 |
Providers
Name | Version |
---|---|
aws | 4.44.0 |
Modules
No modules.
Resources
Name | Type |
---|---|
aws_sfn_state_machine.this | resource |
Inputs
Name | Description | Type | Default | Required |
---|---|---|---|---|
definition | The Step Function definition. | string |
n/a | yes |
name | The state machine name. | string |
n/a | yes |
role_arn | The Step Function role. | string |
n/a | yes |
tags | A mapping of tags to assign to the resource | map(string) |
{} |
no |
type | Determines whether a Standard or Express state machine is created.. | string |
n/a | yes |
Outputs
Name | Description |
---|---|
name | The name of the Step Function |