Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
Adding Name
  • Loading branch information
voycey authored Dec 2, 2020
1 parent 4b36f08 commit c54ec4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ module "sns_integration" {
http_method = var.http_method
authorization = var.authorization
method_request_parameters = var.method_request_parameters
name = var.name

integration_http_method = "POST"
type = "AWS"
Expand Down Expand Up @@ -59,4 +60,4 @@ data "aws_iam_policy_document" "sns_publish" {
"${var.topic_arn}",
]
}
}
}

0 comments on commit c54ec4f

Please sign in to comment.