bsmsapp/terraform/modules/stepfunctions
Santiago Lo Coco 016497dbe6 Update lambda functions
Co-authored-by: Ezequiel Bellver <ebellver@itba.edu.ar>
2022-12-04 13:53:42 -03:00
..
README.md Update lambda functions 2022-12-04 13:53:42 -03:00
main.tf Add step-functions, update lambda and fix bugs 2022-12-01 19:26:34 -03:00
outputs.tf Add step-functions, update lambda and fix bugs 2022-12-01 19:26:34 -03:00
variables.tf Add step-functions, update lambda and fix bugs 2022-12-01 19:26:34 -03:00
versions.tf Add step-functions, update lambda and fix bugs 2022-12-01 19:26:34 -03:00

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