Skip to content

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

License

Notifications You must be signed in to change notification settings

gymshark/terraform-aws-stepfunction-trigger

 
 

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

Releases

No releases published

Packages

No packages published

Languages

  • HCL 87.5%
  • Python 12.5%