chore(3p/terraform-provider-glesys): bump to v0.3.2
This fixes an issue with object storage instances that don't have the default credential, which is actually the case for one of ours. Change-Id: I805b4957d85a0a5e91e7027cce30e5fd69d8fb69 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5694 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org> Reviewed-by: grfn <grfn@gws.fyi> Autosubmit: tazjin <tazjin@tvl.su>
This commit is contained in:
parent
aa29f359b8
commit
1521599fe2
1 changed files with 2 additions and 2 deletions
|
@ -4,12 +4,12 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
pkgs.terraform-providers.mkProvider rec {
|
||||
version = "0.3.1";
|
||||
version = "0.3.2";
|
||||
|
||||
owner = "glesys";
|
||||
repo = "terraform-provider-glesys";
|
||||
rev = "v${version}";
|
||||
sha256 = "1rcwzf31gdxjywkcnlq1nxv4y8fcrc2z2xrp73q61mglv01bqq8m";
|
||||
sha256 = "1hlqa4f9d44hq614ff8ivg8a6fwg48jwz11zsrlghjzky82cfraq";
|
||||
|
||||
vendorSha256 = "0g5g69absf0vmin0ff0anrxcgfq0bzx4iz3qci90p9xkvyph4nlw";
|
||||
|
||||
|
|
Loading…
Reference in a new issue