riboseinc / terraform-aws-codecommit-sqs

Terraform module for creating an AWS CodeCommit repo with Trigger for SQS and Queue that works with Jenkins CodeCommit Trigger Plugin
Apache License 2.0
6 stars 5 forks source link

email-sns-arn is required #1

Open jseiser opened 6 years ago

jseiser commented 6 years ago

`Upgrading modules...

Initializing the backend...

Error: module "cicd_mgmt": missing required argument "email-sns-arn" `

Your README makes it look like email-sns-arn is not required, but it is.

trigger { name = "email" events = ["all"] destination_arn = "${var.email-sns-arn}" }

ronaldtse commented 5 years ago

@jseiser thank you for the report and apologies for the delay in replying!

@phuonghuynh could you help handle this? Thanks!