You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Template: Trivy exception convention, example docs, sort/docs and CONTRIBUTING updates
Ship the work staged across recent changes:
- .trivyignore.yaml waiver convention (machine-applied source of truth) and the
Security scan exceptions table in the README, with informational lower-severity
findings shown.
- examples/{minimal,complete} HEADER.md + .terraform-docs.yml + generated README.
- Sort-LdoTerraform.ps1 regenerates each example README from its HEADER.md.
- HEADER/README reframe (template is the base every module is generated from) and
the recipe list (update-ldo-pwsh, scan, pwsh-analyze, e2e).
- CONTRIBUTING.md documents the Trivy gating/exception process and the sorting and
docs style.
- Alphabetised example variables.tf.
| <aname="input_loc"></a> [loc](#input\_loc)| Outfix: short Azure region code used in resource names (for example uks). |`string`|`"uks"`| no |
39
+
| <aname="input_regions"></a> [regions](#input\_regions)| Map of short region codes to Azure region slugs. |`map(string)`| <pre>{<br/> "eus": "eastus",<br/> "euw": "westeurope",<br/> "uks": "uksouth",<br/> "ukw": "ukwest"<br/>}</pre> | no |
40
+
| <aname="input_short"></a> [short](#input\_short)| Infix: short product code used in resource names. |`string`|`"ldo"`| no |
41
+
42
+
## Outputs
43
+
44
+
| Name | Description |
45
+
|------|-------------|
46
+
| <aname="output_ids"></a> [ids](#output\_ids)| Map of resource group name to id. |
47
+
| <aname="output_names"></a> [names](#output\_names)| Map of resource group name to name. |
0 commit comments