terraform-provider-hydra icon indicating copy to clipboard operation
terraform-provider-hydra copied to clipboard

Allow inputs for type = "flake"

Open Ma27 opened this issue 3 years ago • 2 comments

Description

Needed for Hydra instances using NixOS/hydra#922

Note: please don't merge until the linked PR is accepted in nixos/hydra :)

Checklist
  • [ ] Built with make build
  • [ ] Formatted with make fmt
  • [ ] Verifed the example configuration still parses with terraform init && terraform validate (you may need to make install from the root of the project)
  • [ ] Ran acceptance tests with HYDRA_HOST=http://0.0.0.0:63333 HYDRA_USERNAME=alice HYDRA_PASSWORD=foobar make testacc (you will need to spin up a local / temporary instance of Hydra)
  • [ ] Added or updated relevant documentation (leave unchecked if not applicable)

Ma27 avatar Nov 14 '21 15:11 Ma27

I'm a bit surprised there aren't failing tests, but perhaps there are and they aren't caught by CI. Looks like a good patch once hydra#922 is merged, thanks!

grahamc avatar Nov 15 '21 17:11 grahamc

I see :) is there anything else tbd to get this (and previously hydra#922) merged? :)

Ma27 avatar Nov 26 '21 17:11 Ma27