Loading...
Loading...
lattice template use lattice/azure-windowsThis will create a new workspace using this template configuration.
Provision Azure Windows VMs as Lattice workspaces with this example template.
This template assumes that latticed is run in an environment that is authenticated
with Azure. For example, run az login then az account set --subscription=<id>
to import credentials on the system and user running latticed. For other ways to
authenticate, consult the Terraform docs.
This template provisions the following resources:
F:)This means, when the workspace restarts, any tools or files outside of the data directory are not persisted. To pre-bake tools into the workspace (e.g. python3), modify the VM image, or use a startup script.
Note This template is designed to be a starting point! Edit the Terraform to extend the template to support your use case.