Skip to content

naveen-vijay/terraform-aws-stepfunction-trigger-on-apply

Repository files navigation

terraform-aws-stepfunction-trigger-on-apply

Introduction

Terraform module that triggers the execution of the step function on every Terraform Apply. Utilizes the DynamoDB Streams to trigger AWS Lambda which starts the Step Function execution.

Architecture

Usage

provider "aws" {
  region = "us-east-1"
  default_tags {
    tags = {
        Foo = "Bar"
    }
  }
}

module "this" {
  source = "naveen-vijay/stepfunction-trigger-on-apply/aws"

  stepfunction_arn = var.stepfunction_arn
}

About

Terraform Module to auto-trigger Step Function execution for every Terraform Apply.

Resources

License

Stars

Watchers

Forks

Packages

No packages published