Mario Rodas
158e216943
terraform: 0.12.15 -> 0.12.16
...
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.16
2019-11-18 16:20:00 -05:00
Mario Rodas
a6924d3fb7
terraform: 0.12.14 -> 0.12.15
...
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.15
2019-11-14 18:00:00 -05:00
Bastien Rivière
136c6c1815
terraform: 0.12.13 -> 0.12.14 ( #73393 )
...
update terraform to it's latest version
2019-11-14 15:30:19 +00:00
Mario Rodas
fb229fc3dc
terraform: 0.12.12 -> 0.12.13 ( #72439 )
...
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.13
2019-11-01 16:31:48 +00:00
Mario Rodas
dd78c00970
terraform: add marsam as maintainer
2019-10-17 20:01:00 -05:00
Mario Rodas
bb0a4bf05d
terraform: 0.12.10 -> 0.12.12
...
Changelog:
+ https://github.com/hashicorp/terraform/releases/tag/v0.12.11
+ https://github.com/hashicorp/terraform/releases/tag/v0.12.12
2019-10-17 20:00:00 -05:00
Mario Rodas
c26d471660
terraform: 0.12.9 -> 0.12.10
...
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.10
2019-10-07 20:00:00 -05:00
Mario Rodas
f676b540d9
terraform: 0.12.8 -> 0.12.9
...
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.9
2019-09-17 16:20:00 -05:00
Mario Rodas
12e3519344
terraform: 0.12.7 -> 0.12.8
...
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.8
2019-09-05 01:00:00 -05:00
Mario Rodas
0acec0d071
terraform_0_12: 0.12.6 -> 0.12.7
...
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.7
2019-08-22 19:32:06 -05:00
David McKay
ed5ed93422
terraform_0_12: 0.12.5 -> 0.12.6 ( #65729 )
2019-08-01 10:52:25 -07:00
Mario Rodas
4f2efec00e
terraform_0_12: 0.12.4 -> 0.12.5
2019-07-20 09:16:17 +02:00
Mario Rodas
f41efc28f9
terraform_0_12: 0.12.3 -> 0.12.4
2019-07-13 12:57:16 -05:00
Mario Rodas
1681e2c1d4
terraform_0_12: 0.12.2 -> 0.12.3
2019-06-24 22:04:37 -05:00
Mario Rodas
7da72a6b00
terraform_0_12: 0.12.1 -> 0.12.2
2019-06-17 04:20:00 -05:00
Kaspar Tint
f2c8817208
terraform: 0.12.0 -> 0.12.1
2019-06-07 17:51:44 +03:00
Bas van Dijk
8669561bde
terraform_0_12: 0.12.0-rc1 -> 0.12.0
2019-05-23 11:07:23 +02:00
Bas van Dijk
2bcc8de182
terraform_0_11: 0.11.13 -> 0.11.14
2019-05-23 11:06:57 +02:00
zimbatm
25c08476c1
terraform_0_12: 0.12.0-beta1 -> 0.12.0-rc1
2019-05-09 22:43:26 +02:00
Miguel Bernadin
f292a2d785
terraform_0_11: 0.11.11 -> 0.11.13
2019-03-20 17:28:01 -07:00
Jascha Geerds
ffedc3e4a9
misc: Remove myself from list of maintainers
...
Unfortunately I don't have the time anymore to maintain those
packages.
2019-03-12 23:50:52 +01:00
Wael Nasreddine
4545ae5ee2
terraform_0_12: 0.12.0-alpha4 -> 0.12.0-beta1 ( #56767 )
2019-03-04 12:03:52 +00:00
zimbatm
6d022fb6cc
terraform_0_12: 0.12.0-alpha2 -> 0.12.0-alpha4
2019-01-18 17:25:20 +01:00
Stephen
fb66e2d792
terraform_0_11: 0.11.10 -> 0.11.11
2018-12-17 18:49:54 -08:00
zimbatm
e28d3142a5
terraform_0_12: init at 0.12.0-alpha2
2018-11-20 10:32:36 +01:00
zimbatm
b554d6208a
terraform: add a "full" passthru
...
providers are already compiled independently so we don't need Hydra to
follow terraform_MAJ_MIN_full to have them all compiled.
Instead of having to create two aliases per release, add a "full"
passthru for that common use-case.
Eg:
terraform_0_11_full -> terraform_0_11.full
2018-11-20 10:32:36 +01:00
zimbatm
a4195b20e6
terraform: delete old versions
2018-11-20 10:13:56 +01:00
zimbatm
f9bf6cef54
terraform_0_11: 0.11.8 -> 0.11.10
2018-11-03 00:52:24 +01:00
zimbatm
d4ff6cae34
terraform: add plugins tests ( #47861 )
...
I wasn't sure if the plugins were downloaded from the Internet or not.
This makes sure that there is no regression in the plugin detection.
2018-10-04 22:41:19 +02:00
zimbatm
ef64786cda
terraform: move providers to terraform-providers
...
Before, providers were only built indirectly. Since proviers don't
depend on terraform to build they can be moved into their own collection
of packages. This also has the advantage that they can be reached
directly using an attribute path (Eg: terraform-providers.nixos).
Co-authored-by: Wael Nasreddine <wael.nasreddine@gmail.com>
2018-09-28 11:22:27 -07:00
Wael M. Nasreddine
7dadabb22c
terraform: add myself as a maintainer
2018-09-27 09:51:41 -07:00
Wael M. Nasreddine
cc481cedda
terraform: update-all: add support for parsing list of providers in providers.txt
2018-09-27 09:51:35 -07:00
Wael M. Nasreddine
f95c18f3d1
terraform-provider-nixos: move the provider to the inside of terraform.withPlugins
2018-09-26 13:10:27 -07:00
Wael M. Nasreddine
77b5440640
terraform: update all the providers
2018-09-26 13:10:27 -07:00
Stephen
c218a9cfe0
terraform_0_11: 0.11.7 -> 0.11.8 ( #45117 )
2018-08-16 21:14:36 +01:00
Florian Klink
5bf656e33b
terraform: filter out azure-classic while generating data.nix
2018-08-04 00:54:21 +02:00
Florian Klink
5d4ab1baaa
terraform: update all providers
...
also, stop excluding terraform.plugins.telefonicaopencloud (since
c07670bcdc
), as there's a tag on their
repo now.
2018-08-04 00:54:21 +02:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
Elias Probst
48a1dafdbe
terraform: remove whitespace from name
...
A `nix-env -iA unstable.terraform-full` gave me
`installing 'terraform-with-plugins -0.11.7'`
This removes the whitespace which sneaked into its name.
2018-07-20 00:06:11 +02:00
Frédéric Menou
c07670bcdc
terraform: update all providers
...
terraform-provider-telefonicaopencloud is excluded: no tag in their repository.
2018-06-28 02:26:18 +02:00
Matthew Justin Bauer
98f2f08b4b
Merge pull request #41009 from matthewbauer/normalize-names
...
Add versions to packages missing it
2018-05-25 16:32:48 -05:00
Matthew Bauer
a0f4d19925
treewide: use appendToName where appropriate
...
Using appendToName preserves the version at the end of the name.
2018-05-25 15:48:31 -05:00
Vincent Bernat
c919d62faa
terraform_0_11: 0.11.6 -> 0.11.7
...
This is a small fix for hashicorp/terraform#17793 . There is no need to
rebuild the providers.
2018-05-20 18:15:59 +02:00
Alexandre Esteves
e8459cb970
terraform/providers/update-all: Fix typo in help message ( #39863 )
2018-05-02 20:02:18 +02:00
zimbatm
ad7bc980d2
terraform: update all plugins
2018-04-27 12:54:40 +01:00
Jean-Baptiste Giraudeau
d6e8371071
terraform_0_11: 0.11.5 -> 0.11.6
2018-04-10 10:39:53 +02:00
zimbatm
5f7cad19a8
terraform: update plugins
2018-04-01 20:44:41 +01:00
zimbatm
4009338ff9
terraform_0_11: 0.11.4 -> 0.11.5
2018-04-01 20:44:40 +01:00
adisbladis
deecb4c1aa
terraform: Wrap PATH of propagatedBuildInputs ( #37861 )
...
Plugins (namely terraform-provider-libvirt) may have a run time
dependency on external binaries.
2018-03-28 01:25:23 +01:00
Peter Hoeg
4468378187
terraform: update plugins
2018-03-19 15:12:52 +08:00