about summary refs log tree commit diff
path: root/third_party/terraform-provider-glesys/default.nix
blob: f798244d100f7c029f31dc1f45a0814b9f1a4666 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# GleSYS Terraform provider
#
# Some TVL resources (DNS, object storage, ...) are hosted with them.
{ pkgs, ... }:

pkgs.terraform-providers.mkProvider rec {
  version = "0.3.2";

  owner = "glesys";
  repo = "terraform-provider-glesys";
  rev = "v${version}";
  hash = "sha256:1hlqa4f9d44hq614ff8ivg8a6fwg48jwz11zsrlghjzky82cfraq";

  vendorHash = "sha256:0g5g69absf0vmin0ff0anrxcgfq0bzx4iz3qci90p9xkvyph4nlw";

  # This provider is not officially published in the TF registry, so
  # we're giving it a fake source here.
  provider-source-address = "registry.terraform.io/depot/glesys";
}