Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 568 Bytes

File metadata and controls

10 lines (8 loc) · 568 Bytes

examples

In order of increasing complexity, these examples show how to use the provider.

  • ./basic - A basic example that creates a server.
  • ./ssh - Create a server and registers an SSH key as a global default.
  • ./cloud-init - Create a server with a cloud-init configuration.
  • ./nix - WIP - Create a server with a NixOS configuration.
  • ./vpc - WIP - Create a server with a Virtual Private Cloud.
  • ./k3s - WIP - Create Kubernetes cluster using k3s.