Skip to content

Foxboron/terraform-provider-openwrt

Repository files navigation

terraform-provider-openwrt

openwrt provider for Terraform.

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 {}
}

About

openwrt OpenTofu/terraform provider

Topics

Resources

License

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •  

Languages