Skip to content

Commit a40f518

Browse files
grubmeshiCopilot
andcommitted
docs(terraform): regenerate module READMEs
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 6284c11 commit a40f518

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

  • modules

modules/ske/ske-starterkit/buildingblock/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ No modules.
3737
| Name | Description | Type | Default | Required |
3838
|------|-------------|------|---------|:--------:|
3939
| <a name="input_add_random_name_suffix"></a> [add\_random\_name\_suffix](#input\_add\_random\_name\_suffix) | Whether to append a random suffix to the provided name for shared environments. | `bool` | n/a | yes |
40-
| <a name="input_building_block_definitions"></a> [building\_block\_definitions](#input\_building\_block\_definitions) | n/a | <pre>map(object({<br/> uuid = string<br/> version_ref = object({<br/> uuid = string<br/> })<br/> }))</pre> | n/a | yes |
41-
| <a name="input_creator"></a> [creator](#input\_creator) | Information about the creator of the resources who will be assigned Project Admin role | <pre>object({<br/> type = string<br/> identifier = string<br/> displayName = string<br/> username = optional(string)<br/> email = optional(string)<br/> euid = optional(string)<br/> })</pre> | n/a | yes |
40+
| <a name="input_building_block_definitions"></a> [building\_block\_definitions](#input\_building\_block\_definitions) | n/a | <pre>map(object({<br> uuid = string<br> version_ref = object({<br> uuid = string<br> })<br> }))</pre> | n/a | yes |
41+
| <a name="input_creator"></a> [creator](#input\_creator) | Information about the creator of the resources who will be assigned Project Admin role | <pre>object({<br> type = string<br> identifier = string<br> displayName = string<br> username = optional(string)<br> email = optional(string)<br> euid = optional(string)<br> })</pre> | n/a | yes |
4242
| <a name="input_dns_zone_name"></a> [dns\_zone\_name](#input\_dns\_zone\_name) | DNS zone name used for application ingress hostnames. | `string` | n/a | yes |
4343
| <a name="input_full_platform_identifier"></a> [full\_platform\_identifier](#input\_full\_platform\_identifier) | Full platform identifier of the SKE platform. | `string` | n/a | yes |
44-
| <a name="input_landing_zone_identifiers"></a> [landing\_zone\_identifiers](#input\_landing\_zone\_identifiers) | SKE Landing zone identifiers for the dev/prod meshTenant. | <pre>object({<br/> dev = string<br/> prod = string<br/> })</pre> | n/a | yes |
44+
| <a name="input_landing_zone_identifiers"></a> [landing\_zone\_identifiers](#input\_landing\_zone\_identifiers) | SKE Landing zone identifiers for the dev/prod meshTenant. | <pre>object({<br> dev = string<br> prod = string<br> })</pre> | n/a | yes |
4545
| <a name="input_name"></a> [name](#input\_name) | This name will be used for the created projects. | `string` | n/a | yes |
46-
| <a name="input_project_tags"></a> [project\_tags](#input\_project\_tags) | Tags for dev/prod meshProject. | <pre>object({<br/> dev : map(list(string))<br/> prod : map(list(string))<br/><br/> owner_tag_key = optional(string, null)<br/> })</pre> | n/a | yes |
46+
| <a name="input_project_tags"></a> [project\_tags](#input\_project\_tags) | Tags for dev/prod meshProject. | <pre>object({<br> dev : map(list(string))<br> prod : map(list(string))<br><br> owner_tag_key = optional(string, null)<br> })</pre> | n/a | yes |
4747
| <a name="input_repo_clone_addr"></a> [repo\_clone\_addr](#input\_repo\_clone\_addr) | URL to clone into the starterkit git repository. | `string` | n/a | yes |
4848
| <a name="input_workspace_identifier"></a> [workspace\_identifier](#input\_workspace\_identifier) | n/a | `string` | n/a | yes |
4949

modules/stackit/git-repository/buildingblock/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ No modules.
5555
| <a name="input_private"></a> [private](#input\_private) | Whether the repository should be private | `bool` | `true` | no |
5656
| <a name="input_stackit_project_id"></a> [stackit\_project\_id](#input\_stackit\_project\_id) | STACKIT project ID hosting the shared Forgejo instance. | `string` | n/a | yes |
5757
| <a name="input_workspace_identifier"></a> [workspace\_identifier](#input\_workspace\_identifier) | n/a | `string` | n/a | yes |
58-
| <a name="input_workspace_members"></a> [workspace\_members](#input\_workspace\_members) | Workspace members used for collaborator and optional STACKIT project access reconciliation. | <pre>list(object({<br/> meshIdentifier = string<br/> username = string<br/> firstName = string<br/> lastName = string<br/> email = string<br/> euid = string<br/> roles = list(string)<br/> }))</pre> | `[]` | no |
58+
| <a name="input_workspace_members"></a> [workspace\_members](#input\_workspace\_members) | Workspace members used for collaborator and optional STACKIT project access reconciliation. | <pre>list(object({<br> meshIdentifier = string<br> username = string<br> firstName = string<br> lastName = string<br> email = string<br> euid = string<br> roles = list(string)<br> }))</pre> | `[]` | no |
5959

6060
## Outputs
6161

0 commit comments

Comments
 (0)