Skip to content

Commit

Permalink
v6
Browse files Browse the repository at this point in the history
  • Loading branch information
Chang Zhe Jiet authored and Chang Zhe Jiet committed Nov 25, 2023
1 parent 8a6e9ee commit 1ea9bd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The end result of using this module is Terraform configurations in plain text, y

Currently support generating configurations for Terraform version >= 0.12.

[API Documentation](https://ahzhezhe.github.io/docs/terraform-generator-v5/index.html)
[API Documentation](https://ahzhezhe.github.io/docs/terraform-generator-v6/index.html)

## **Benefit**

Expand Down
5 changes: 2 additions & 3 deletions typedoc.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"name": "terraform-generator - v5",
"out": "docs/terraform-generator-v5",
"name": "terraform-generator - v6",
"out": "docs/terraform-generator-v6",
"entryPoints": [
"src/index.ts"
],
"categoryOrder": [
"TerraformGenerator",
"Block",
"Argument",
"Type",
"*"
],
"excludePrivate": true,
Expand Down

0 comments on commit 1ea9bd4

Please sign in to comment.