File tree Expand file tree Collapse file tree 2 files changed +54
-0
lines changed Expand file tree Collapse file tree 2 files changed +54
-0
lines changed Original file line number Diff line number Diff line change 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 -->
Original file line number Diff line number Diff line change 11# terraform-aws-publii-hosting
22Terraform 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 -->
You can’t perform that action at this time.
0 commit comments