Openwrt Provider for Terraform (or OpenTofu).
luasocket luci-mod-rpc luci-lib-ipkg and luci-compat packages installed in the openwrt routerThis provider is published in the Terraform Registry.
Add the following to your Terraform configuration:
terraform {
required_providers {
openwrt = {
source = "foxboron/openwrt"
}
}
}
Full documentation can be found in the docs directory.
git clone ...cd terraform-provider-openwrt
make build
~/.terraformrc) to use the development binary provider:$ cat ~/.terraformrc
provider_installation {
dev_overrides {
"foxboron/openwrt" = "/<PATH_WHERE_YOU_EXECUTED_GIT_CLONE>/terraform-provider-openwrt"
}
direct {}
}
Go
99.0%
Openwrt Provider for Terraform (or OpenTofu).
luasocket luci-mod-rpc luci-lib-ipkg and luci-compat packages installed in the openwrt routerThis provider is published in the Terraform Registry.
Add the following to your Terraform configuration:
terraform {
required_providers {
openwrt = {
source = "foxboron/openwrt"
}
}
}
Full documentation can be found in the docs directory.
git clone ...cd terraform-provider-openwrt
make build
~/.terraformrc) to use the development binary provider:$ cat ~/.terraformrc
provider_installation {
dev_overrides {
"foxboron/openwrt" = "/<PATH_WHERE_YOU_EXECUTED_GIT_CLONE>/terraform-provider-openwrt"
}
direct {}
}
Go
99.0%