Skip to content

Commit 4c96d1c

Browse files
docs(terraform-module): Autogenerated documentation
1 parent 45f877d commit 4c96d1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

terraform-module/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ No resources.
8080
| <a name="input_default_repo_branch_name"></a> [default\_repo\_branch\_name](#input\_default\_repo\_branch\_name) | Name of the default branch of the project repo | `string` | `"master"` | no |
8181
| <a name="input_env"></a> [env](#input\_env) | Environment (production/staging) | `string` | n/a | yes |
8282
| <a name="input_is_robots_indexing_allowed"></a> [is\_robots\_indexing\_allowed](#input\_is\_robots\_indexing\_allowed) | Should allow search engine indexing in production? | `bool` | `true` | no |
83+
| <a name="input_serve_nested_index_html"></a> [serve\_nested\_index\_html](#input\_serve\_nested\_index\_html) | Applies to apps which build separate index.html files for sub-routes, e.g. using Gatsby SSG | `bool` | n/a | yes |
8384
| <a name="input_subdomain"></a> [subdomain](#input\_subdomain) | Subdomain where the app lives (e.g. 'hello' if the app lives at hello.example.com) | `string` | n/a | yes |
8485
| <a name="input_zone_domain"></a> [zone\_domain](#input\_zone\_domain) | The domain where the app lives (e.g. 'example.com' if the app lives at hello.example.com) | `string` | n/a | yes |
8586

0 commit comments

Comments
 (0)