- Notifications
You must be signed in to change notification settings - Fork0
madstone-tech/terraform-provider-mikrotik
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a terraform provider for managing resources on your RouterOS device. To see what resources and data sources are supported, please see thedocumentation on the terraform registry.
You can discuss any issues you have or feature requests inDiscord.
If you get value out this project and want to show your support you can find me onpatreon.
- RouterOS. See which versions are supported by what is tested inCI
- Terraform 0.12+
The provider is tested with Terraform's acceptance testing framework. As long as you have a RouterOS device you should be able to run them. Please be aware it will create resources on your device! Code that is accepted by the project will not be destructive for anything existing on your router but be careful when changing test code!
In order to run the tests you will need to set the following environment variables:
export MIKROTIK_HOST=router-hostname:8728export MIKROTIK_USER=username# Please be aware this will put your password in your bash history and is not safeexport MIKROTIK_PASSWORD=password
After those environment variables are set you can run the tests with the following command:
make testacc
About
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Languages
- Go99.7%
- Makefile0.3%