From 2d92c9d6a30d62fcb17c18da00c63852b719b549 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Mon, 17 Oct 2022 22:15:44 +0200 Subject: [PATCH] devops: use terraform 1.2.x --- modules/devops/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/devops/default.nix b/modules/devops/default.nix index 9c0d9a9e..05fe65fc 100644 --- a/modules/devops/default.nix +++ b/modules/devops/default.nix @@ -19,7 +19,7 @@ in ansible-lint restic shellcheck - terraform_0_15 + terraform ]; }; };