diff --git a/main.tf b/main.tf index 109b1af..925bb91 100644 --- a/main.tf +++ b/main.tf @@ -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" @@ -59,4 +60,4 @@ data "aws_iam_policy_document" "sns_publish" { "${var.topic_arn}", ] } -} \ No newline at end of file +}