Skip to content

Releases: corpix/terraform-provider-nixos

0.0.14

21 Aug 06:16
Compare
Choose a tag to compare
fix bastion ssh config extension

0.0.13: fixing bug with terraform state transition for bastion

19 Aug 16:37
Compare
Choose a tag to compare
for some reason when you add a bastion to the host the first run of
terraform apply doesn't see the bastion, but see the changes in ssh
settings (port in my case).
found this while writing post about the provider (applied test
configuration to localhost).
teraform sdk is a piece of crap, it is simplier to just make all
settings flat than try to maintain some sort of hierarchy
(which is more obvious because bastion uses ssh.config if it is defined)

0.0.12

14 Aug 19:26
Compare
Choose a tag to compare
drop `host` key from `ssh` scheme

0.0.11: getting rid of mergo

13 Aug 14:23
Compare
Choose a tag to compare
cleaned this up a bit while messing around terraform garbage SDK.
this was initiated by this problem:
you can't distinguish default values from user-providen in the code

0.0.10

06 Aug 16:57
Compare
Choose a tag to compare
update docs

0.0.9

13 Jun 11:51
Compare
Choose a tag to compare
adding cross-compilation for darwin and linux to address #1

0.0.8

12 Jun 15:14
Compare
Choose a tag to compare
regenerate docs

0.0.7

29 May 18:43
Compare
Choose a tag to compare
improved readme

0.0.6: fix nix profile install failure

21 May 01:48
Compare
Choose a tag to compare
this is a temporary fix until related pull request is not any stable
versions of Nix.
see: https://github.com/NixOS/nix/pull/6522

0.0.5

19 May 19:53
Compare
Choose a tag to compare
fix another type assertion error