Matthew Rawlings
Matthew Rawlings
> Does anyone here have examples of usage of generated API client code? I'm trying to use it now, but not sure how to configure the address of the API...
I wrote a manual provider utilizing the API gen'ed from the swagger doc. https://registry.terraform.io/providers/awlsring/headscale/latest If y'all like this, let me know and I can make a PR adding some usage...
@kradalby Sure thing. Looking at the readme, I was thinking of just renaming the section `Graphical Control Panels` to `Control Planes` and listing as a box in there. I'll try...
Glad its working for you so far! When I wrote this, the mindset on list data sources was "I want to get a list of thing", with filters being "I...
Yeah, implementing the manner the cloudflare provider does make sense to me. Looking at this pattern, singular data source typically will accept one of two inputs, an id for the...
I partially implemented this for user in release 0.3.0. A user data source now optionally allows setting any of its attributes which will be used in the API call of...
In release 0.4.0, I've implemented something close to this ask, where a device data source can now be selected based off a few other "unique" identifiers (given name, name) I...
Most recent release fixes this issue (0.3.0)
Im also experiencing this issue, does anyone currently know of a work around?
Interesting, this is likely an issue with how the provider attempts to resolve resources between runs. Terraform probably wants providers to handle unexpectedly deleted resources differently. I'll take a look...