Skip to content

Commit

Permalink
docs: make docs
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-FFFFFF committed Oct 29, 2024
1 parent 1f02e83 commit 80a5e20
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .tfdocs-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

formatter: "markdown document" # this is required

version: "~> 0.17.0"
version: "~> 0.19"

header-from: "header.md"
footer-from: "footer.md"
Expand All @@ -18,7 +18,7 @@ sections:
show: []

hide-all: false # deprecated in v0.13.0, removed in v0.15.0
show-all: true # deprecated in v0.13.0, removed in v0.15.0
show-all: true # deprecated in v0.13.0, removed in v0.15.0

content: |-
{{ .Header }}
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ module "lz_vending" {

The following requirements are needed by this module:

- <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) (>= 1.3.0)
- <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) (~> 1.3)

- <a name="requirement_azapi"></a> [azapi](#requirement\_azapi) (>= 1.4.0)
- <a name="requirement_azapi"></a> [azapi](#requirement\_azapi) (~> 1.4)

## Modules

Expand Down Expand Up @@ -619,7 +619,6 @@ Default:
"Microsoft.Sql": [],
"Microsoft.Storage": [],
"Microsoft.StreamAnalytics": [],
"Microsoft.TimeSeriesInsights": [],
"Microsoft.Web": [],
"microsoft.insights": []
}
Expand Down
2 changes: 1 addition & 1 deletion locals.version.tf.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"locals": {
"module_version": "4.1.3"
"module_version": "4.1.5"
}
}

0 comments on commit 80a5e20

Please sign in to comment.