mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-07-15 20:06:30 -04:00
17 lines
947 B
Text
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).
|