joneshf / terraform-provider-openwrt

A Terraform provider for OpenWrt using LuCI's JSON-RPC API
https://registry.terraform.io/providers/joneshf/openwrt
Mozilla Public License 2.0
33 stars 8 forks source link

Provide a helper for Terraform test steps #94

Closed joneshf closed 1 year ago

joneshf commented 1 year ago

We're doing roughly the same thing everywhere. We also have to make sure we get the provider setup right, as otherwise it'll make the test fail. In order to make things a bit easier, we provide a helper that bundles up a bunch of that logic.