3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

232 commits

Author SHA1 Message Date
zowoq f120187d55 terraform-providers.github: 4.18.2 -> 4.19.0
https://github.com/integrations/terraform-provider-github/blob/main/CHANGELOG.md#4190-dec-13-2021
2021-12-16 23:29:33 +10:00
zowoq b363847b3a terraform-providers.kubernetes: 2.7.0 -> 2.7.1
https://github.com/hashicorp/terraform-provider-kubernetes/releases/tag/v2.7.1
2021-12-07 17:11:39 +10:00
zowoq 160682f348 terraform-providers: sort
Merged ba798538d0 out of order.
2021-12-02 21:17:46 +10:00
zowoq fbdfa32356 terraform-providers.vault: 3.0.0 -> 3.0.1 2021-12-02 21:17:46 +10:00
zowoq d871541f06 terraform-providers.nomad: 1.4.15 -> 1.4.16 2021-12-02 21:17:46 +10:00
zowoq d5a8b6e063 terraform-providers.kubernetes: 2.6.1 -> 2.7.0 2021-12-02 21:17:46 +10:00
zowoq 5dd8c34e3b terraform-providers.github: 4.18.0 -> 4.18.2 2021-12-02 21:17:46 +10:00
Arthur Gautier ba798538d0
terraform-providers.dhall: init at 0.0.1 2021-12-02 19:36:16 +10:00
Zhong Jianxin 40915ab80f terraform-providers: Update alicloud to v1.144.0
The alicloud provider move from to aliyun/alicloud, update to the latest
version.

Also introduct `deleteVendor` in `buildWithGoModule`, the vendor of
alicloud needs to be cleared due to openapiv2 API rename, or the
following error appears when building in case sensitive filesystems:

```
vendor/k8s.io/client-go/discovery/discovery_client.go:30:2: cannot find package "." in:
        /build/source/vendor/github.com/googleapis/gnostic/openapiv2
```
2021-11-24 21:28:11 +08:00
Jörg Thalheim 4a5127954c terraform-providers.sops: set provider-source-address 2021-11-21 18:45:49 +01:00
Jörg Thalheim b1c113d736 terraform-providers: update 2021-11-21 17:29:10 +00:00
zowoq 9c23308813 terraform-providers.nomad: 1.4.5 -> 1.4.15 2021-11-17 10:37:58 +10:00
zowoq a9e43d8a07 terraform-providers.github: 3.1.0 -> 4.18.0 2021-11-17 10:37:42 +10:00
zowoq 9dc45adfb6 terraform-providers.consul: 2.8.0 -> 2.14.0 2021-11-17 10:37:23 +10:00
zowoq 700768faa2 terraform-providers: format 2021-11-17 10:36:51 +10:00
zowoq 751887b1f6 terraform-providers: update nix command for nix 2.4 2021-11-17 10:36:40 +10:00
Alexander Bich 5971d29609 terraform-providers.cloudflare: 2.23.0 -> 3.4.0 2021-11-15 07:53:42 +03:00
Mario Rodas 29c3de8de7
Merge pull request #143379 from r-ryantm/auto-update/terraform-provider-lxd
terraform-providers.lxd: 1.5.0 -> 1.6.0
2021-11-06 17:36:35 -05:00
dsx 1cb2345845
terraform-provider-libvirt: 0.6.3 -> 0.6.11 (#141779)
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
2021-11-02 19:27:41 +00:00
Justinas Stankevičius 79259c3599
terraform-providers.teleport: init at 7.3.0 (#138972)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-10-28 18:09:13 +02:00
R. Ryantm 1bd71f3e96 terraform-providers.lxd: 1.5.0 -> 1.6.0 2021-10-28 13:18:35 +00:00
Florian Klink ddc02d8c25 teraform-providers.kubernetes: 2.6.0 -> 2.6.1
2.6.1 (October 22, 2021)
BUG FIXES:

Fix import ID syntax in manifest import docs
Tolerate unknown values in "env" and "exec" provider attributes
Remove "beta" designation of the kubernetes_manifest from documentation
2021-10-26 16:59:57 +02:00
Florian Klink a8b37b3c81 terraform-providers.kubernetes: 2.5.0 -> 2.6.0
IMPROVEMENTS:

    kubernetes_manifest is now GA and enabled by default

BUG FIXES:

    kubernetes_manifest now correctly handles empty blocks as attribute values (#1352)
    kubernetes_manifest now correctly handles multiple CRDs with different number of schema versions (#1460)
2021-10-26 16:58:03 +02:00
Ryan Burns c5c0db7c93
Merge pull request #141482 from felschr/terraform-provider-sentry
terraform-providers.sentry: init at 0.6.0
2021-10-23 11:33:28 -07:00
arcnmx 7b1157cb9e terraform-providers.oci: 4.35.0 -> 4.49.0 2021-10-21 11:27:19 -07:00
Graham Christensen ba1fedf175
Merge pull request #141777 from DeterminateSystems/terraform-provider-vault
terraform-provider-vault: 2.11.0 -> 2.24.1
2021-10-15 14:59:44 -04:00
Graham Christensen 4a1558f290 terraform-provider-vault: 2.11.0 -> 2.24.1 2021-10-15 11:45:05 -04:00
Jonas Chevalier f1220d72a3
terraform-providers.kubernetes: 2.4.1 -> 2.5.0 (#141519) 2021-10-13 17:30:26 +02:00
Felix Tenley 810cc7b2ac
terraform-providers.sentry: init at 0.6.0 2021-10-13 12:06:44 +02:00
Jonas Chevalier ccc287f6d9
terraform-providers.openstack: 1.28.0 -> 1.43.1 (#139753)
Use the more updated version from the terraform registry.
2021-10-10 09:56:57 +00:00
Jonas Chevalier 5f9073ccc5
terraform-providers.mkProvider: init (#140465)
Expose how the providers are being created. That way, users can more
easily extend or override the list of providers that they want to use.

For example, you need a new AWS provider version:

```nix
terraform.withPlugins (p: [
  (p.mkProvider rec {
    owner = "hashicorp";
    provider-source-address = "registry.terraform.io/hashicorp/aws";
    repo = "terraform-provider-aws";
    rev = "v${version}";
    sha256 = "0fa61i172maanxmxz28mj7mkgrs9a5bs61mlvb0d5y97lv6pm2xg";
    vendorSha256 ="1s22k4b2zq5n0pz6iqbqsf6f7chsbvkpdn432rvyshcryxlklfvl";
    version = "3.56.0";
  })
])
```
2021-10-05 19:21:45 +02:00
zimbatm afc60010a6
terraform-providers.netlify: 0.4.0 -> 0.6.12
Switch base, https://github.com/hashicorp/terraform-provider-netlify has
been archived. AegirHealth is the freshest one and supports DNS
records that are needed for NixOS/nixos-org-configurations#163
2021-10-04 11:22:26 +02:00
Jonas Chevalier bc9e07ba10
terraform-providers.aws: 3.43.0 -> 3.56.0 (#136102) 2021-08-30 13:13:36 +02:00
Jonas Chevalier 7e495c1b55
terraform-providers.fastly: 0.16.1 -> 0.34.0 (#136158) 2021-08-30 11:55:59 +02:00
Jonathan Ringer c946a8861a
terraform.providers: use allowAliases for exposing deprecated providers 2021-08-10 11:43:24 -07:00
Robert Scott da89ec8b8d terraform-providers.cloudfoundry: 0.12.6 -> 0.14.2 2021-08-08 19:41:43 +01:00
Florian Klink 7a8f6028c4
Merge pull request #132755 from flokli/terraform-provider-kubernetes-bump
terraform-providers.kubernetes: 2.1.0 -> 2.4.1, remove kubernetes-alpha
2021-08-05 12:01:33 +02:00
Florian Klink 8e7ecf4a23
Merge pull request #132760 from zimbatm/terraform-provider-ovh-0.15.0
terraform-providers.ovh: 0.8.0 -> 0.15.0
2021-08-05 12:01:12 +02:00
Ricardo Guevara d1dfdf7b3b
terraform-providers.datadog: 2.7.0 -> 3.2.0 (#104310) 2021-08-05 12:00:54 +02:00
Florian Klink 2ec3c8ec19 terraform-providers.kubernetes-alpha: remove
This has graduated to beta, and the kubernetes_manifest resource has
moved into terraform-provider-kubernetes.

To use it, you must be enabled in the provider block:

```hcl
provider "kubernetes" {
  experiments {
    manifest_resource = true
  }
  config_path = "~/.kube/config"
}
```
2021-08-05 11:52:32 +02:00
zimbatm d752fb3b44
terraform-providers.ovh: 0.8.0 -> 0.15.0
The provider had moved location, which prevented the auto-updated from
working.

https://github.com/hashicorp/terraform-provider-ovh ->
https://github.com/ovh/terraform-provider-ovh
2021-08-05 11:48:52 +02:00
Florian Klink 743a807550
Merge pull request #125467 from arcnmx/terraform-acme
terraform-providers.acme: 1.5.0-patched -> 2.5.2
2021-08-05 11:38:51 +02:00
Florian Klink 586172f0fe terraform-providers.kubernetes: 2.1.0 -> 2.4.1 2021-08-05 11:20:42 +02:00
zimbatm 0ed460f15c
terraform-providers.metal: 2.1.0 -> 3.0.0 2021-07-28 14:06:52 +02:00
Sandro e3d53a90ce
Merge pull request #127485 from asymmetric/update-tf-gce-provider
terraform-providers.google, google-beta: v3.62.0 -> v3.76.0
2021-07-24 22:47:59 +00:00
Lorenzo Manacorda 1154036a26 terraform-providers.google, google-beta: v3.62.0 -> v3.76.0 2021-07-24 13:01:31 +02:00
arcnmx bf6c627629 terraform-providers.oci: 3.79.0 -> 4.35.0 2021-07-18 11:11:24 -07:00
Florian Klink 5ec8029d37
terraform-providers.kubernetes-alpha: 0.3.3 -> 0.5.0 (#129666) 2021-07-10 19:42:59 +00:00
Romain Davaze 445c3649b6 terraform-providers.keycloak: 3.0.0 -> 3.1.1 2021-07-07 10:27:35 +02:00
Justinas Stankevicius 77a2f38892 terraform-providers.cloudflare: update source, 2.7.0 -> 2.23.0 2021-07-06 19:33:31 +03:00