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

Terraform AWS Step function module

License

Notifications You must be signed in to change notification settings

comtravo/terraform-aws-step-function

Repository files navigation

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