1. Packages
  2. Openwrt Provider
openwrt 0.0.20 published on Friday, Mar 7, 2025 by joneshf

Openwrt Provider

openwrt logo
openwrt 0.0.20 published on Friday, Mar 7, 2025 by joneshf

    Generate Provider

    The Openwrt provider must be installed as a Local Package by following the instructions for Any Terraform Provider:

    pulumi package add terraform-provider joneshf/openwrt
    

    Overview

    Interfaces with an OpenWrt device through LuCI RPC. See https://github.com/openwrt/luci/wiki/JsonRpcHowTo#basics for setup instructions.

    Example Usage

    # Pulumi.yaml provider configuration file
    name: configuration-example
    runtime:
    

    Configuration Reference

    • hostname (String) The hostname to use. Defaults to “192.168.1.1”.
    • password (String, Sensitive) The password to use. Defaults to “”.
    • port (Number) The port to use. Defaults to 80.
    • scheme (String) The URI scheme to use. Defaults to “http”.
    • username (String) The username to use. Defaults to “root”.
    openwrt logo
    openwrt 0.0.20 published on Friday, Mar 7, 2025 by joneshf