Skip to content

Commit

Permalink
more README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-wortmann committed Dec 2, 2023
1 parent e66b708 commit a06c4a4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

0 comments on commit a06c4a4

Please sign in to comment.