Skip to content

Module to make the creation of AWS state machines with terraform easier

License

Notifications You must be signed in to change notification settings

ben-cart3r/terraform-module-state-machine

Repository files navigation

terraform-module-state-machine

Current preferred layout and tooling for terraform modules

Examples

TBD

Requirements

No requirements.

Providers

No providers.

Modules

No modules.

Resources

No resources.

Inputs

Name Description Type Default Required
amazon_states_language_version The version of the Amazon States Language used in the state machine. string null no
comment A human-readable description of the state machine. string n/a yes
start_at A string that must exactly match the name of one of the state objects. string n/a yes
states An object containing a set of states. any n/a yes
timeout_seconds The maximum number of seconds an execution of the state machine can run. number null no

Outputs

Name Description
definition The definition of the state machine