vagrant/website/content/docs/providers/custom.mdx
2025-11-20 12:41:04 -05:00

17 lines
947 B
Text

---
layout: docs
page_title: Custom Provider - Providers
description: |-
To learn how to make your own custom Vagrant providers, read the Vagrant
plugin development guide on creating custom providers.
---
⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️
> [!IMPORTANT]
> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com.
⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️
# Custom Provider
To learn how to make your own custom Vagrant providers, read the Vagrant plugin
development guide on [creating custom providers](/vagrant/docs/plugins/providers).