From c54ec4fa28e2fb3e5572be3dcfad7e9bdd4b1415 Mon Sep 17 00:00:00 2001 From: Dan Voyce Date: Wed, 2 Dec 2020 16:46:10 +1100 Subject: [PATCH] Update main.tf Adding Name --- main.tf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +}