https://github.com/latitudesh/examples
A collection of examples of features on the Latitude.sh platform.
https://github.com/latitudesh/examples
cloudinit custom-images examples ipxe latitudesh terraform
Last synced: 5 months ago
JSON representation
A collection of examples of features on the Latitude.sh platform.
- Host: GitHub
- URL: https://github.com/latitudesh/examples
- Owner: latitudesh
- Created: 2023-03-01T19:48:41.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-10-16T17:47:26.000Z (5 months ago)
- Last Synced: 2025-10-16T22:33:56.944Z (5 months ago)
- Topics: cloudinit, custom-images, examples, ipxe, latitudesh, terraform
- Language: HCL
- Homepage:
- Size: 1.99 MB
- Stars: 21
- Watchers: 4
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository contains examples of how to use advanced [Latitude.sh](https://www.latitude.sh) features.
- [Custom images](https://www.latitude.sh/docs/servers/custom-images) - Deploy custom Operating System images using iPXE. Use this to deploy your own images.
- [Terraform](https://www.latitude.sh/guides/terraform) - Deploy complex infrastructure using the Latitude.sh Terraform provider.
- [User data](https://www.latitude.sh/docs/servers/user-data) - Use `cloud-init` to run code on your servers on first boot. Useful for server hardening, changing passwords, notifying your infrastructure of new servers, etc.
## Docs
Examples here only touch on some of the features of Latitude.sh. For more information, see the documentation.
- [Product Docs](https://www.latitude.sh/docs)
- [API Docs](https://docs.latitude.sh/reference)
- [SDKs & Postman Collection](https://docs.latitude.sh/reference/client-libraries)
- [Terraform Provider](https://registry.terraform.io/providers/latitudesh/latitudesh/latest)
## Provide feedback and contribute
- [Open an issue](https://github.com/latitudesh/examples/issues) for questions, feedback, bug reports or feature requests.
- We welcome pull requests for bug fixes, new features, and improvements to the examples.