Skip to content

Releases: foltik/terraform-provider-vyos

v0.3.3

23 May 14:35
4ae8d07
Compare
Choose a tag to compare
Increase default timeout to 10 minutes (#13)

With around 20 rules the 10 seconds timeout always fails on refresh.
Ideally the refresh could be speed up without locking but for now this avoids the error.

Co-authored-by: angelnu <git@angelnucom>

v0.3.2

20 May 18:28
400cd7e
Compare
Choose a tag to compare
Add support for saving and specifying save file

Using the `save` and `save_file` provider configuration keys, support
saving the VyOS configuration after resources are updated such that
changes are persisted across reboots.

Resolves: #9

commit 82268e7b30a1e7beebf6d80ea1e6585ad8a05b54
Author: Jack Foltz <[email protected]>
Date:   Fri May 20 14:16:07 2022 -0400

    Make docs

commit f84862debcd7ac553b8e1f88b3faddea117bb80c
Author: Jack Foltz <[email protected]>
Date:   Fri May 20 14:12:59 2022 -0400

    Use vyos-client-go v0.3.0

commit 13fb0be6d8f67245c24da3a28fc623f47042e1d6
Author: angelnu <git@angelnucom>
Date:   Sun May 15 18:07:54 2022 +0000

    add providerClass

commit b914eb941ebd28ac53045c3953a897cd0aa7b2b5
Author: angelnu <git@angelnucom>
Date:   Sun May 15 17:08:09 2022 +0000

    support to save config after changes

Co-authored-by: angelnu <git@angelnucom>

v0.3.1

03 May 20:46
dfe1c75
Compare
Choose a tag to compare
Clean up workflow and update Go version

v0.3.0

01 Nov 17:46
b3c4dc2
Compare
Choose a tag to compare
BREAKING CHANGE: Enable importing of vyos_config resources (#3)

* BREAKING CHANGE: Change ID format for vyos_config resource

This change changes the format of the vyos_config to be compatible with
terraform import command.

The read function will detect if the ID is in the old format and update
it to the new format automatically on apply.

* doc: Improve explenation of what the computer ID is

v0.2.0

25 Oct 17:13
7750687
Compare
Choose a tag to compare
vyos_config_block and documentation (#2)

* feat: New resource vyos_config_block

This resource if useful when configuration need more than a single
command for a commit to be vaild.

* doc: Generate doc

New doc folder autogenerated by tfplugindocs, split examples into
folders and files so they can auto import into doc generation and added
doc generation option to Makefile

Co-authored-by: Jack Foltz <[email protected]>

v0.1.1

30 Sep 01:41
Compare
Choose a tag to compare
Add static host mapping resource

v0.1.0

04 Jul 21:50
Compare
Choose a tag to compare
Add publish workflow