From ac1bcc370f69afd5a09240e877ae3c431f2b8b89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A5l=20Sollie?= Date: Wed, 7 Feb 2024 09:09:22 +0100 Subject: [PATCH 1/2] Allow higher versions of null provider --- versions.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.tf b/versions.tf index 04100e5..da4b81f 100644 --- a/versions.tf +++ b/versions.tf @@ -7,7 +7,7 @@ terraform { } null = { source = "hashicorp/null" - version = "~> 3.1.0" + version = ">= 3.1.0" } } } From 48176c72e437d5992cc9746dbf0e163a87a4ff42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A5l=20Sollie?= Date: Wed, 7 Feb 2024 09:19:59 +0100 Subject: [PATCH 2/2] Bump Taskfile schema version --- Taskfile.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Taskfile.yml b/Taskfile.yml index d19a6ca..e1e1440 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -1,4 +1,4 @@ -version: '2' +version: '3' env: TERM: screen-256color @@ -36,7 +36,7 @@ tasks: CWD=$PWD - for d in $DIRECTORIES; do + for d in $DIRECTORIES; do cd $d echo "${BOLD}$PWD:${NORM}" @@ -66,4 +66,4 @@ tasks: silent: true cmds: - go test -v ./... -timeout=1h - \ No newline at end of file +