mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
terraform-providers.teleport: 7.3.0 -> 8.0.6
This commit is contained in:
parent
34c283deda
commit
c32c39d6f3
1 changed files with 6 additions and 4 deletions
|
@ -1,17 +1,19 @@
|
||||||
{ lib, fetchFromGitHub, buildGoModule }:
|
{ lib, fetchFromGitHub, buildGoModule, teleport }:
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "terraform-provider-teleport";
|
pname = "terraform-provider-teleport";
|
||||||
version = "7.3.0";
|
version = "8.0.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "gravitational";
|
owner = "gravitational";
|
||||||
repo = "teleport-plugins";
|
repo = "teleport-plugins";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "19zn78nn64gc0nm7ycblzi4549a0asql07pfxvrphi6s9fjr5m3y";
|
sha256 = "1rhvpbw4dga256dp2cr5f912d2j7rh8pd1v88dlgq3mmw8n5c7vy";
|
||||||
};
|
};
|
||||||
vendorSha256 = null;
|
vendorSha256 = null;
|
||||||
|
|
||||||
|
checkInputs = [ teleport ];
|
||||||
|
|
||||||
sourceRoot = "source/terraform";
|
sourceRoot = "source/terraform";
|
||||||
|
|
||||||
# Terraform allow checking the provider versions, but this breaks
|
# Terraform allow checking the provider versions, but this breaks
|
||||||
|
@ -23,7 +25,7 @@ buildGoModule rec {
|
||||||
passthru.provider-source-address = "gravitational.com/teleport/teleport";
|
passthru.provider-source-address = "gravitational.com/teleport/teleport";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Provider for managing resources in Teleport, a SSH CA management suite";
|
description = "Provider for managing resources in Teleport access plane";
|
||||||
homepage = "https://github.com/gravitational/teleport-plugins";
|
homepage = "https://github.com/gravitational/teleport-plugins";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ justinas ];
|
maintainers = with maintainers; [ justinas ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue