Commit Graph

291 Commits

Author SHA1 Message Date
zowoq
398b99444a terraform-providers.oci: 4.67.0 -> 4.68.0
fixes the provider-source-address
2022-03-17 11:06:27 +10:00
zowoq
a33e2735a1 terraform-providers: update 2022-03-14 2022-03-14 10:30:22 +10:00
zowoq
c32a688f82 terraform-providers: refactor scripts
- improve script output
- use sri hashes, same as recent versions of `nix`
2022-03-14 08:08:07 +10:00
Aaron Andersen
b7deb4cf75 terraform-providers.snowflake: init at 0.25.36 2022-03-08 09:56:43 +10:00
github-actions[bot]
f94ee74797 terraform-providers: update 2022-03-07 2022-03-07 14:16:38 +10:00
Florian Klink
ef546c98dc terraform-providers.aws: 4.2.0 -> 4.3.0 2022-03-03 15:55:20 +01:00
github-actions[bot]
102c02f432 terraform-providers: update 2022-02-28 2022-02-28 14:50:02 +10:00
github-actions[bot]
8e54a33514 terraform-providers: update 2022-02-21 2022-02-21 14:26:03 +10:00
github-actions[bot]
3a641defd1 terraform-providers: update 2022-02-14 2022-02-15 14:21:50 +10:00
arcnmx
cd356ef872
terraform-providers.bitbucket: reintroduce (#159374)
* 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.
2022-02-13 15:22:39 +01:00
Vincent Ambo
2fcfc72e68
terraform-providers: wrap mkProvider in lib.makeOverridable (#158618)
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.
2022-02-08 17:41:03 +01:00
zowoq
f7284233f4 terraform-providers: update 2022-02-07 2022-02-07 16:01:53 +10:00
zowoq
215002fb9f terraform-providers: update scripts
- 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`
2022-02-07 12:02:36 +10:00
zowoq
ec08cfe2ff terraform-providers.selectel: 3.7.1 -> 3.8.0 2022-01-31 14:46:16 +10:00
Jonas Chevalier
e7dbfd7ece
terraform.withPlugins: clean and remove 0.12 support (#155477)
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.
2022-01-24 12:53:05 +01:00
github-actions[bot]
cc68710784 terraform-providers: update 2022-01-24 2022-01-24 14:57:42 +10:00
Jonas Chevalier
7d67bb4935
terraform-providers.teleport: remove (#155959)
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.
2022-01-21 12:18:22 +01:00
zimbatm
02c86b798c terraform-providers.vpsadmin: 0.1.0 -> 0.2.0
This also moves the provider to using the registry as everybody else.
2022-01-21 07:47:42 +10:00
zowoq
66d044d117 terraform-providers.gandi: 1.1.1 -> 2.0.0 2022-01-20 05:47:08 +10:00
Jonas Chevalier
2c20f2181d
Merge pull request #154936 from zimbatm/terraform-providers-cleanup
more terraform cleanup
2022-01-18 15:16:07 +01:00
github-actions[bot]
5883bf6728 terraform-providers: update 2022-01-17 2022-01-17 19:36:58 +10:00
zimbatm
f3fa6bfe96
terraform-providers.mkProvider: cleanup
Remove the layer of indirection. Expose what parameters are expected
from the function call.
2022-01-13 21:56:55 +01:00
zimbatm
689155195f
terraform-providers: split the removed providers
Expose the date when they were removed/archived.
2022-01-13 21:53:13 +01:00
github-actions[bot]
af99170157 terraform-providers: update 2022-01-10 2022-01-10 14:05:27 +10:00
zowoq
addbaf25a1 terraform-providers: updates, switch go_1_17 2022-01-10 09:01:19 +10:00
zowoq
5e53a3dd20 terraform-providers.libvirt: remove separate derivation, add override for 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
2022-01-08 11:42:32 +10:00
Nick Cao
0c8b2ce6c0 terraform-providers.minio: init at 1.2.0 2022-01-06 09:45:25 +10:00
zowoq
f49bd944c5 terraform-providers: disable CGO, set ldflags
these are the defaults for publishing on the terraform registry
2022-01-06 09:24:28 +10:00
Jörg Thalheim
87b25c11e0
Merge pull request #153266 from qowoz/tf-gandi
terraform-providers.gandi: 1.0.0 -> 1.1.1
2022-01-04 08:29:52 +00:00
github-actions[bot]
40a7f85511 terraform-providers: update 2022-01-04 2022-01-04 18:19:40 +10:00
zowoq
c5104c3dc1 terraform-providers: update-provider script
- add nixpkgs path for nix-prefetch
2022-01-04 10:57:32 +10:00
zowoq
1cd34071df terraform-providers: remove buildGoPackage
all providers are now using buildGoModule
2022-01-04 07:07:42 +10:00
1000101
b1321fd195 terraform-providers: fix typo 2022-01-04 05:35:33 +10:00
1000101
59c98d50bf terraform-providers.checkly: init at 1.3.0 2022-01-04 05:35:33 +10:00
Jonas Chevalier
c4b5d9ea54
Merge pull request #153206 from qowoz/tf-misc
terraform-providers: misc updates
2022-01-03 11:03:45 +01:00
zowoq
5ed922a639 terraform-providers.gandi: 1.0.0 -> 1.1.1 2022-01-03 07:32:22 +10:00
zowoq
9abfc5e300 terraform-providers.thunder: rename from vthunder 2022-01-02 23:31:30 +10:00
zowoq
b9d21473c3 terraform-providers.segment: remove 2022-01-02 23:31:30 +10:00
zowoq
34df29fb4e terraform-providers.cloudstack: remove 2022-01-02 23:31:24 +10:00
zowoq
76c1b6c362
terraform-providers: update providers (#153201) 2022-01-02 14:24:53 +01:00
zowoq
128812757b
terraform-providers: remove archived providers (#153015)
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.
2022-01-02 13:02:00 +01:00
Jonas Chevalier
a475c130e8
Merge pull request #153118 from qowoz/tf-scripts
terraform-providers: update-provider scripts - misc fixes
2022-01-02 12:54:47 +01:00
zowoq
5280e28e13 terraform-providers: update-provider scripts
- use nix-prefetch for vendorSha256
- use no-out-link for nix-build
- fix nixpkgs import path
2022-01-02 16:53:11 +10:00
zowoq
3304e7fe50 terraform-providers.oraclepaas: set provider-source-address, vendorSha256 2022-01-02 13:43:23 +10:00
zowoq
fc4b2c2a50 terraform-providers.google-beta: 3.76.0 -> 4.5.0 2022-01-02 13:43:23 +10:00
zowoq
8f24dd162f terraform-providers: update-provider scripts
- shellcheck / shfmt
2022-01-02 08:27:48 +10:00
Justinas Stankevicius
c32c39d6f3 terraform-providers.teleport: 7.3.0 -> 8.0.6 2022-01-02 06:09:14 +10:00
zowoq
796af3ddba terraform-providers.google: 3.76.0 -> 4.5.0 2022-01-01 08:26:40 +10:00
zowoq
41473bf959 terraform-providers: support proxyVendor 2022-01-01 08:26:40 +10:00
zowoq
84ef8b2222 terraform-providers.vercel: remove separate derivation 2022-01-01 08:26:40 +10:00