Releases: OJFord/terraform-provider-wireguard
Releases · OJFord/terraform-provider-wireguard
v0.3.1
v0.3.0
Fix interface conversion errors and inability to use non-int named tables (e.g. `default`). Closes #34.
v0.2.2
Always release with latest go
v0.2.1+2
Update terraform docs plugin to v0.8.0 Closes #8.
v0.2.1+1
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
Add `wireguard_preshared_key` resource (#7) Closes #6.
v0.2.0
Ignore (already checked) release tags
v0.1.3
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
Add `wireguard_config_document` data source
v0.1.1+1
docs: Generate with tfplugindocs