about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/terraform-providers/data.nix
Commit message (Collapse)AuthorAge
* terraform-providers: updateFlorian Klink2020-06-08
| | | | | | | | | | | | | | | This bumps the terraform provider to their latest version. Hashicorp moved yet another provider to their organization (`terraform-provider-helm`), so we need patch URLs in there as well. The following proviers were not bumped: - `google[-beta]`: It seems something changed again here with how dependencies are provided. - `nomad`: fails to build - `lacework`: This one appeared fresh at `terraform-providers`, and doesn't build (yet?)
* terraform-providers.ct: init at 0.5.0Florian Klink2020-06-05
| | | | | This is a Terraform provider that can validate and render Ignition files for Container Linux and Fedora CoreOS.
* terraform-providers.sops: init at 0.5.0zimbatm2020-04-26
|
* terraform-providers.ibm: move to update-all scriptzimbatm2020-04-26
|
* terraform-providers: update-allzimbatm2020-04-26
|
* terraform-providers: updateFlorian Klink2020-04-02
|
* Updated the terraform providerschris2020-01-23
|
* terraform-providers: bump version (#74991)Florian Klink2019-12-04
| | | | Contrary to what the update script suggested, I didn't bump the google providers to 3.0.0[-beta] just yet :-)
* terraform-provider-pass: init at 1.2.1Marius Bergmann2019-11-08
|
* terraform-providers: update existing providersMarius Bergmann2019-11-08
|
* terraform-provider-wavefront: init at 2.1.0Cameron Briar2019-10-09
| | | | | | Introduces https://github.com/spaceapegames/terraform-provider-wavefront to the existing set of Terraform providers. Leverages the existing pattern for including community-driven Terraform providers not mentioned here: https://www.terraform.io/docs/providers
* terraform-providers: bump versions (#66587)dshkyra2019-08-20
|
* terraform-providers: bump versionsUrban Skudnik2019-07-26
|
* Update ansible packageUrban Skudnik2019-07-26
| | | | | Needs to be moved out of automatic update-all since it requires goDeps.
* terraform-providers: bump versionsFlorian Klink2019-06-18
| | | | | | | | | | | I skipped terraform-provider-matchbox and terraform-provider-ansible, they failed to build: terraform-provider-ansible > cannot find package "github.com/hashicorp/terraform/helper/schema" … terraform-provider-matchbox > cannot find package "github.com/poseidon/terraform-provider-matchbox/matchbox" …
* terraform-providers: bump versionszimbatm2019-05-09
|
* terraform-providers: bump versionsStephen2019-04-17
|
* terraform-providers: bump versionsDzmitrySudnik2019-03-27
|
* Merge pull request #56906 from stephengroat/terraform-providers.ansibleMatthew Bauer2019-03-25
|\ | | | | terraform-providers.ansible: init at 0.0.4
| * terraform-providers.ansible: init at 0.0.4Stephen2019-03-05
| |
* | terraform-providers: bump versionsStephen2019-03-13
| |
* | terraform-providers: version bumpsStephen2019-03-05
|/
* terraform-providers.segment: init at 0.2.0 (#56865)Stephen2019-03-05
|
* terraform-providers: bump versionsStephen2019-01-18
|
* terraform-providers: new providers + version bumpsStephen2019-01-13
|
* terraform-providers: bump versionsStephen2018-12-17
|
* terraform-providers: add terraform-provider-secretzimbatm2018-12-05
|
* terraform-providers: updatezimbatm2018-12-05
|
* terraform-providers: bump versions (#50864)Stephen2018-11-22
|
* terraform-providers.aws: 1.43.0 -> 1.43.1Stephen2018-11-09
|
* terraform-providers: bump versionsStephen2018-11-09
|
* terraform-providers: Bump all releases (#49582)Arian van Putten2018-11-03
| | | Does what it says on the tin. Auto-generated.
* terraform-providers.matchbox: init at 0.2.2 (#47863)Florian Klink2018-10-04
|
* terraform: move providers to terraform-providerszimbatm2018-09-28
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>