Skip to content

Commit 40957d6

Browse files
authored
Merge pull request #3 from chris-qa-org/add-terraform-docs
Add terraform-docs
2 parents 922def5 + d167c8c commit 40957d6

File tree

2 files changed

+54
-0
lines changed

2 files changed

+54
-0
lines changed

.terraform-docs.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
formatter: "markdown table"
3+
version: "~> 0.16"
4+
sections:
5+
hide:
6+
- modules
7+
settings:
8+
anchor: true
9+
default: true
10+
description: false
11+
escape: true
12+
hide-empty: false
13+
html: true
14+
indent: 2
15+
lockfile: true
16+
read-comments: true
17+
required: true
18+
sensitive: true
19+
type: true
20+
sort:
21+
enabled: true
22+
by: name
23+
output:
24+
file: README.md
25+
mode: inject
26+
template: |-
27+
<!-- BEGIN_TF_DOCS -->
28+
{{ .Content }}
29+
<!-- END_TF_DOCS -->

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,27 @@
11
# terraform-aws-publii-hosting
22
Terraform module to host a static site generated by Publii
3+
4+
<!-- BEGIN_TF_DOCS -->
5+
## Requirements
6+
7+
| Name | Version |
8+
|------|---------|
9+
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.1.7 |
10+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | ~> 4.4 |
11+
12+
## Providers
13+
14+
No providers.
15+
16+
## Resources
17+
18+
No resources.
19+
20+
## Inputs
21+
22+
No inputs.
23+
24+
## Outputs
25+
26+
No outputs.
27+
<!-- END_TF_DOCS -->

0 commit comments

Comments
 (0)