3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

221 commits

Author SHA1 Message Date
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
arcnmx 7a6ecf8e89 terraform-providers.acme: 2.4.0 -> 2.5.2 2021-06-28 09:39:06 -07:00
Shea Levy 08931215f4
terraform-providers.grafana: 1.10.0 -> 1.12.0
Requires backport due to https://github.com/grafana/terraform-provider-grafana/issues/212
2021-06-23 17:38:45 -04:00
Martin Weinelt 2f4e5ccd6d
terraform-providers.vsphere: 1.24.3 -> 2.0.1
https://github.com/hashicorp/terraform-provider-vsphere/blob/v2.0.1/CHANGELOG.md\#201-june-09-2021
2021-06-17 16:03:10 +02:00
Jonas Chevalier 01127a0527
terraform-providers.kafka: 0.2.12 -> 0.3.3 (#126880) 2021-06-15 12:12:13 +02:00
Florian Klink 845f700a92 terraform-providers.ct: 0.6.1 -> 0.8.0
Bumps the Terraform SDK from 1.8.0 to 2.3.0, ensuring compatibility with
future versions of terraform.

Adds Fedora CoreOS Config v1.3.0 support.
2021-06-10 20:06:30 +02:00
Florian Klink 476165ba5e
terraform-providers.kafka-connect: init at 0.2.3 (#126368) 2021-06-09 15:52:17 +02:00
Sandro 45abcba183
Merge pull request #126217 from mupdt/grafana-terraform-v1.10.0 2021-06-09 15:42:27 +02:00
Florian Klink 8f34dc4057
terraform-providers.metal: add missing provider-source-address attribute (#126206) 2021-06-08 15:24:59 +02:00
zimbatm 4a56c948d2
terraform-providers.aiven: init at 2.1.14 2021-06-08 14:12:40 +02:00
mupdt a5d51a575c terraform-providers.grafana: 1.5.0 -> 1.10.0 2021-06-08 12:54:34 +01:00
Florian Klink 6f1857f2f2
terraform-providers.metal: init at 2.1.0 (#125665)
terraform-provider-packet is deprecated, and this is its successor.
2021-06-04 18:20:38 +02:00