From 7ce2bfd35ec95ea1306adba9c7c2c4cc3b2472d0 Mon Sep 17 00:00:00 2001 From: Anton Eremin Date: Wed, 23 Oct 2024 12:52:45 +0500 Subject: [PATCH] fix: try re-run ci to fix tflint error --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b407914..9172e47 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ This module is designed to serve as the definitive source for naming conventions within an organization. If you need to create an entity that will be utilized across multiple accounts, you should employ this module to ensure consistency in naming conventions. # Usage: + ```hcl module "naming_conventions" { source = "fivexl/naming-conventions/aws" @@ -25,6 +26,7 @@ locals { chat_bot_topic_arn_ssm_parameter_name = module.naming_conventions.chat_bot_topic_arn_ssm_parameter_name chat_bot_topic_arn_resource_share_name = module.naming_conventions.chat_bot_topic_arn_resource_share_name } + ```