Skip to content

Commit 1ddcbe2

Browse files
authored
Allow higher versions of null provider (telia-oss#92)
* Allow higher versions of null provider * Bump Taskfile schema version
1 parent 548c699 commit 1ddcbe2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Taskfile.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '2'
1+
version: '3'
22

33
env:
44
TERM: screen-256color
@@ -36,7 +36,7 @@ tasks:
3636
3737
CWD=$PWD
3838
39-
for d in $DIRECTORIES; do
39+
for d in $DIRECTORIES; do
4040
cd $d
4141
echo "${BOLD}$PWD:${NORM}"
4242
@@ -66,4 +66,4 @@ tasks:
6666
silent: true
6767
cmds:
6868
- go test -v ./... -timeout=1h
69-
69+

versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ terraform {
77
}
88
null = {
99
source = "hashicorp/null"
10-
version = "~> 3.1.0"
10+
version = ">= 3.1.0"
1111
}
1212
}
1313
}

0 commit comments

Comments
 (0)