Foxboron/terraform-provider-openwrt

openwrt OpenTofu/terraform provider

Go

45

71 commits

updated Aug 16, 2026

See the code

README

Openwrt Terraform Provider

Openwrt Provider for Terraform (or OpenTofu).

Prerequisites

Installation

This provider is published in the Terraform Registry.

Quick Example

Add the following to your Terraform configuration:

terraform {
  required_providers {
    openwrt = {
      source = "foxboron/openwrt"
    }
  }
}

Documentation

Full documentation can be found in the docs directory.

Development

Prerequisites

Setup

  1. Checkout the repository git clone ...
  2. Compile from sources to a development binary:
cd terraform-provider-openwrt
make build
  1. Configure Terraform (~/.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 {}
}
iac
iac-terraform
opentofu
openwrt
provider
terraform

Contributors

wouldgo

43 commits

Foxboron

27 commits

fma965

1 commits

Foxboron/terraform-provider-openwrt

openwrt OpenTofu/terraform provider

Go

45

71 commits

updated Aug 16, 2026

See the code

README

Openwrt Terraform Provider

Openwrt Provider for Terraform (or OpenTofu).

Prerequisites

Installation

This provider is published in the Terraform Registry.

Quick Example

Add the following to your Terraform configuration:

terraform {
  required_providers {
    openwrt = {
      source = "foxboron/openwrt"
    }
  }
}

Documentation

Full documentation can be found in the docs directory.

Development

Prerequisites

Setup

  1. Checkout the repository git clone ...
  2. Compile from sources to a development binary:
cd terraform-provider-openwrt
make build
  1. Configure Terraform (~/.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 {}
}
iac
iac-terraform
opentofu
openwrt
provider
terraform

Contributors

wouldgo

43 commits

Foxboron

27 commits

fma965

1 commits

Languages

Go

99.0%