We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a1efd8d + 87f015b commit 0cd0602Copy full SHA for 0cd0602
1 file changed
recipe/meta.yaml
@@ -1,6 +1,6 @@
1
{% set provider = "Grafana" %}
2
{% set goname = "github.com/grafana/terraform-provider-"+provider.lower() %}
3
-{% set version = "4.29.2" %}
+{% set version = "4.30.0" %}
4
5
{% set name = goname.split('/')[-1] %}
6
@@ -13,7 +13,7 @@ package:
13
14
source:
15
url: https://{{ goname }}/archive/v{{ version }}.tar.gz
16
- sha256: ab7532c19684a6f128155dc71b090d1f2b80f2c67dc113925ec4d908d33dd82e
+ sha256: a3af60cb49bc816ab13e32f7ebe67cf7a7bc6d97dbcda0f64c1447c828007819
17
18
19
build:
0 commit comments