TrueNAS 25 terraform provider, `trueform`

tl;dr: I’m hoping to find folks to test my Terraform provider for TrueNAS SCALE 25 and up:

terraform {
  required_providers {
    trueform = {
      source  = "dev-dull/trueform"
      version = "0.2.5"
    }
  }
}

Hey, all. I had a strange moment: I had been given a free trial to Claude code and I wanted to find the “sharp edges” of its ability, so I gave it a task I thought it would fail at and asked it to build me a Terraform provider for TrueNAS SCALE 25 and pointed it at the docs. No surprise, the first version didn’t work. But I was surprised when it kept working on it until it did. It’s been working well for me for a few months now, so I was hoping folks could give it a try. There’s no sense in me burning time, cycles, and credits on version bumps if there’s oversights.