Skip to content

Commit

Permalink
Allow higher versions of null provider (#92)
Browse files Browse the repository at this point in the history
* Allow higher versions of null provider

* Bump Taskfile schema version
  • Loading branch information
sollie authored Feb 7, 2024
1 parent 548c699 commit 1ddcbe2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Taskfile.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '2'
version: '3'

env:
TERM: screen-256color
Expand Down Expand Up @@ -36,7 +36,7 @@ tasks:
CWD=$PWD
for d in $DIRECTORIES; do
for d in $DIRECTORIES; do
cd $d
echo "${BOLD}$PWD:${NORM}"
Expand Down Expand Up @@ -66,4 +66,4 @@ tasks:
silent: true
cmds:
- go test -v ./... -timeout=1h

2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
}
null = {
source = "hashicorp/null"
version = "~> 3.1.0"
version = ">= 3.1.0"
}
}
}

0 comments on commit 1ddcbe2

Please sign in to comment.