summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/terraform-providers
Commit message (Collapse)AuthorAge
* terraform-providers: update 2022-03-21github-actions[bot]2022-03-21
|
* terraform-providers.oci: 4.67.0 -> 4.68.0zowoq2022-03-17
| | | | fixes the provider-source-address
* terraform-providers: update 2022-03-14zowoq2022-03-14
|
* terraform-providers: refactor scriptszowoq2022-03-14
| | | | | - improve script output - use sri hashes, same as recent versions of `nix`
* terraform-providers.snowflake: init at 0.25.36Aaron Andersen2022-03-08
|
* terraform-providers: update 2022-03-07github-actions[bot]2022-03-07
|
* terraform-providers.aws: 4.2.0 -> 4.3.0Florian Klink2022-03-03
|
* terraform-providers: update 2022-02-28github-actions[bot]2022-02-28
|
* terraform-providers: update 2022-02-21github-actions[bot]2022-02-21
|
* terraform-providers: update 2022-02-14github-actions[bot]2022-02-15
|
* terraform-providers.bitbucket: reintroduce (#159374)arcnmx2022-02-13
| | | | | | | | * terraform-providers.bitbucket: reintroduce * terraform-providers.bitbucket: 1.2.0 -> 2.4.1 This changes the upstream to an active fork of the original archived provider.
* terraform-providers: wrap mkProvider in lib.makeOverridable (#158618)Vincent Ambo2022-02-08
| | | | | This allows for an easier interface for doing things like overriding the version of a specific Terraform provider, which is a fairly common use-case.
* terraform-providers: update 2022-02-07zowoq2022-02-07
|
* terraform-providers: update scriptszowoq2022-02-07
| | | | | | - add flag to skip building updated providers - have the github action skip building providers so we don't need to handle build failures in the script - remove outdated `vendor` flag, all providers use `buildGoModule`
* terraform-providers.selectel: 3.7.1 -> 3.8.0zowoq2022-01-31
|
* terraform.withPlugins: clean and remove 0.12 support (#155477)Jonas Chevalier2022-01-24
| | | | | | | | | | | | | | | | Now that the terraform 0.12 compatibility is not needed anymore, the `terraform.withPlugins` and `terraform-providers.mkProvider` implementations can be simplified. Instead of building a bunch of bin wrappers on instantiation, the providers are now stored in `$out/libexec/terraform-providers/<registry>/<owner>/<name>/<version>/<os>_<arch>/terraform-provider-<name>_v<version>` and then a simple `buildEnv` can be used to merge them. This breaks back-compat so it's not possible to mix-and-match with previous versions of nixpkgs. In exchange, it now becomes possible to use the providers from [nixpkgs-terraform-providers-bin](https://github.com/numtide/nixpkgs-terraform-providers-bin) directly.
* terraform-providers: update 2022-01-24github-actions[bot]2022-01-24
|
* terraform-providers.teleport: remove (#155959)Jonas Chevalier2022-01-21
| | | | | Remove the last provider that is not published to the registry. They publish the provider on their own website but it's not API-compatible with the Hashicorp registry so the update script doesn't work with it.
* terraform-providers.vpsadmin: 0.1.0 -> 0.2.0zimbatm2022-01-21
| | | | This also moves the provider to using the registry as everybody else.
* terraform-providers.gandi: 1.1.1 -> 2.0.0zowoq2022-01-20
|
* Merge pull request #154936 from zimbatm/terraform-providers-cleanupJonas Chevalier2022-01-18
|\ | | | | more terraform cleanup
| * terraform-providers.mkProvider: cleanupzimbatm2022-01-13
| | | | | | | | | | Remove the layer of indirection. Expose what parameters are expected from the function call.
| * terraform-providers: split the removed providerszimbatm2022-01-13
| | | | | | | | Expose the date when they were removed/archived.
* | terraform-providers: update 2022-01-17github-actions[bot]2022-01-17
|/
* terraform-providers: update 2022-01-10github-actions[bot]2022-01-10
|
* terraform-providers: updates, switch go_1_17zowoq2022-01-10
|
* terraform-providers.libvirt: remove separate derivation, add override for ↵zowoq2022-01-08
| | | | | | | cdrtools since 0.6.10 it doesn't link against libvirt and is distibuted on the terraform registry https://github.com/dmacvicar/terraform-provider-libvirt/releases/tag/v0.6.10
* terraform-providers.minio: init at 1.2.0Nick Cao2022-01-06
|
* terraform-providers: disable CGO, set ldflagszowoq2022-01-06
| | | | these are the defaults for publishing on the terraform registry
* Merge pull request #153266 from qowoz/tf-gandiJörg Thalheim2022-01-04
|\ | | | | terraform-providers.gandi: 1.0.0 -> 1.1.1
| * terraform-providers.gandi: 1.0.0 -> 1.1.1zowoq2022-01-03
| |
* | terraform-providers: update 2022-01-04github-actions[bot]2022-01-04
| |
* | terraform-providers: update-provider scriptzowoq2022-01-04
| | | | | | | | - add nixpkgs path for nix-prefetch
* | terraform-providers: remove buildGoPackagezowoq2022-01-04
| | | | | | | | all providers are now using buildGoModule
* | terraform-providers: fix typo10001012022-01-04
| |
* | terraform-providers.checkly: init at 1.3.010001012022-01-04
| |
* | Merge pull request #153206 from qowoz/tf-miscJonas Chevalier2022-01-03
|\ \ | |/ |/| terraform-providers: misc updates
| * terraform-providers.thunder: rename from vthunderzowoq2022-01-02
| |
| * terraform-providers.segment: removezowoq2022-01-02
| |
| * terraform-providers.cloudstack: removezowoq2022-01-02
| |
* | terraform-providers: update providers (#153201)zowoq2022-01-02
|/
* terraform-providers: remove archived providers (#153015)zowoq2022-01-02
| | | | these providers have been archived and/or removed from the registry and don't have a "blessed" fork or replacement linked in the archived repo.
* Merge pull request #153118 from qowoz/tf-scriptsJonas Chevalier2022-01-02
|\ | | | | terraform-providers: update-provider scripts - misc fixes
| * terraform-providers: update-provider scriptszowoq2022-01-02
| | | | | | | | | | | | - use nix-prefetch for vendorSha256 - use no-out-link for nix-build - fix nixpkgs import path
| * terraform-providers: update-provider scriptszowoq2022-01-02
| | | | | | | | - shellcheck / shfmt
* | terraform-providers.oraclepaas: set provider-source-address, vendorSha256zowoq2022-01-02
| |
* | terraform-providers.google-beta: 3.76.0 -> 4.5.0zowoq2022-01-02
|/
* terraform-providers.teleport: 7.3.0 -> 8.0.6Justinas Stankevicius2022-01-02
|
* terraform-providers.google: 3.76.0 -> 4.5.0zowoq2022-01-01
|
* terraform-providers: support `proxyVendor`zowoq2022-01-01
|