From fcf559d673a128ecd390afac5dccb5804712eae1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 2 Jul 2024 13:45:25 +0000 Subject: [PATCH] terraform-docs: automated action --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 722dc93..54cb958 100644 --- a/README.md +++ b/README.md @@ -88,12 +88,12 @@ benefits of a lifecycle policy, all with just a few simple commands. Try it out - data source.jq_query.main (main.tf#52) # Examples - ### Full - ```hcl - module "basic_example" { +### Full +```hcl +module "basic_example" { source = "../.." name = var.name } - ``` +```