Skip to content

Releases: OJFord/terraform-provider-wireguard

v0.3.0

21 May 19:57
8f16d02
Compare
Choose a tag to compare
Fix interface conversion errors

and inability to use non-int named tables (e.g. `default`).

Closes #34.

v0.2.2

19 Feb 20:53
8ec07b0
Compare
Choose a tag to compare
Always release with latest go

v0.2.1+2

03 May 17:45
5c14e5d
Compare
Choose a tag to compare
Update terraform docs plugin to v0.8.0

Closes #8.

v0.2.1+1

17 Mar 19:21
961f73b
Compare
Choose a tag to compare
ci: Fix 'invalid character 'c' in tfplugindocs 0.7

Not sure why this occurs, but it seems only to be an issue if it uses
terraform from PATH (which started in v0.7.0) - if it acquires (the same
version of) terraform itself, it's fine.

But also only in CI - it worked fine (with terraform on PATH) for me locally.

cf. hashicorp/terraform-plugin-docs#127

v0.2.1

03 Feb 20:49
c3d4ecc
Compare
Choose a tag to compare
Add `wireguard_preshared_key` resource (#7)

Closes #6.

v0.2.0

03 Feb 20:42
84b01b2
Compare
Choose a tag to compare
Ignore (already checked) release tags

v0.1.3

31 Mar 22:08
735daa0
Compare
Choose a tag to compare
Fix trailing comma in data source conf DNS

Fixes #2.

Any config data source with at least one DNS value set was affected.

v0.1.2

08 Mar 00:15
58ef3d8
Compare
Choose a tag to compare
Add `wireguard_config_document` data source

v0.1.1+1

07 Mar 16:55
41ab758
Compare
Choose a tag to compare
docs: Generate with tfplugindocs

v0.1.1

24 Sep 12:42
b4805b4
Compare
Choose a tag to compare
Clarify that args incl. `private_key` are also exported

Closes #1.