From c4cdf4eb80fc5c44449ca757108bb3c8de7fb59e Mon Sep 17 00:00:00 2001 From: Anisimova Karina <51861302+Karina5005@users.noreply.github.com> Date: Thu, 18 Apr 2024 11:19:26 +0300 Subject: [PATCH] fix: Apply terraform fmt (#7) --- outputs.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/outputs.tf b/outputs.tf index 59a242f..0cc121c 100644 --- a/outputs.tf +++ b/outputs.tf @@ -1,4 +1,4 @@ output "name" { description = "The name of a created template" - value = huaweicloud_lts_notification_template.template.name + value = huaweicloud_lts_notification_template.template.name } \ No newline at end of file