From 7b869f3d1e46b5611a1c9ddf49013547542a60f6 Mon Sep 17 00:00:00 2001 From: jennyhliu Date: Wed, 18 Dec 2024 22:20:53 -0500 Subject: [PATCH] remove newline added --- example/cumulus-tf/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/cumulus-tf/variables.tf b/example/cumulus-tf/variables.tf index 58f034683a3..75ca840f771 100644 --- a/example/cumulus-tf/variables.tf +++ b/example/cumulus-tf/variables.tf @@ -484,4 +484,4 @@ variable "default_log_retention_days" { variable "report_sns_topic_subscriber_arns" { type = list default = null -} +} \ No newline at end of file