tunnel_inventory_files
tunnel_inventory_files(
repaired: bool = True,
)-> ‘dict[str, str]’
Return the tunnel inventory as a mapping of file name to file text.
This is the authoring directory the tunnel recipe writes, as data. It is exposed so the recipe can display the same files the example loads, rather than composing a second copy which could drift.
Parameters
| Parameter | Description |
|---|---|
| repaired |
Whether to include the epoch added when the trench cable was repaired. False is the deployment as first installed, which is what the recipe shows before it gets to the repair. |