From a06c4a48d1945cc41d18a9bee7ce9adbd0bb0b41 Mon Sep 17 00:00:00 2001 From: Joseph Wortmann Date: Sat, 2 Dec 2023 23:57:20 +0000 Subject: [PATCH] more README updates --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d6eb06a..91caa36 100644 --- a/README.md +++ b/README.md @@ -34,11 +34,11 @@ analysis2template --n "My Analysis" > template.tf ``` ## Post-processing -The Terraform that is generated will be ugly. Format it using: -```bash -terraform fmt template.tf -``` +1. The Terraform that is generated will be ugly. Format it using: + ```bash + terraform fmt template.tf + ``` -The you will need to replace the name of the `aws_quicksight_template` resource and the fields `template_id` and `name` within the resource. +2. Replace the name of the `aws_quicksight_template` resource and the fields `template_id` and `name` within the resource. -Include the new `template.tf` in your module and start creating Quicksight analysis or dashboards from it! +3. Include the new `template.tf` in your module and start creating Quicksight analysis or dashboards from it!