From d294331ea46048cf3425af1588090a622c3cf64c Mon Sep 17 00:00:00 2001 From: Igor Rodionov Date: Sat, 12 Oct 2024 01:01:40 +0300 Subject: [PATCH] Update outputs.tf --- src/outputs.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/outputs.tf b/src/outputs.tf index 3d08cfa..355aa1d 100644 --- a/src/outputs.tf +++ b/src/outputs.tf @@ -1,4 +1,4 @@ output "mock" { - description = "Mock output example for the Cloud Posse Terraform component template" + description = "Mock output example for the Cloud Posse Terraform component template." value = local.enabled ? "hello ${basename(abspath(path.module))}" : "" }