Skip to content

Commit

Permalink
fix: try re-run ci to fix tflint error
Browse files Browse the repository at this point in the history
  • Loading branch information
EreminAnton committed Oct 23, 2024
1 parent 28d8e89 commit 7ce2bfd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
}
```

<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
Expand Down

0 comments on commit 7ce2bfd

Please sign in to comment.