Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Latest commit

 

History

History
40 lines (27 loc) · 886 Bytes

File metadata and controls

40 lines (27 loc) · 886 Bytes

Terraform AWS module for AWS Step Function.

Introduction

This module creates an AWS Step function.

Usage

Checkout examples on how to use this module.

Authors

Module managed by Comtravo.

License

MIT Licensed. See LICENSE for full details.

Requirements

Name Version
terraform >= 0.13
aws ~> 3.0

Providers

Name Version
aws ~> 3.0

Inputs

Name Description Type Default Required
config Step function configuration
object({
name : string
definition : string
})
n/a yes
role_arn IAM role string n/a yes

Outputs

Name Description
state_machine_arn AWS step function arn