From 2c69de4cc83bcd3f5f7968b95057df00261415cb Mon Sep 17 00:00:00 2001 From: Igor Rodionov Date: Tue, 15 Oct 2024 20:45:44 +0300 Subject: [PATCH] Test readme --- src/outputs.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/outputs.tf b/src/outputs.tf index 8733885..3d08cfa 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 86" + description = "Mock output example for the Cloud Posse Terraform component template" value = local.enabled ? "hello ${basename(abspath(path.module))}" : "" }