diff --git a/external/versions.tf b/external/versions.tf index ead452f9..18787e7e 100644 --- a/external/versions.tf +++ b/external/versions.tf @@ -1,5 +1,5 @@ terraform { - required_version = "~> 1.2.0" + required_version = "~> 1.3.0" backend "remote" { hostname = "app.terraform.io" diff --git a/shell.nix b/shell.nix index 7d72b929..0d1e9fa0 100644 --- a/shell.nix +++ b/shell.nix @@ -1,5 +1,5 @@ # https://status.nixos.org -{ pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/f034b5693a26625f56068af983ed7727a60b5f8b.tar.gz") {} }: +{ pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/a62844b302507c7531ad68a86cb7aa54704c9cb4.tar.gz") {} }: let python-packages = pkgs.python3.withPackages (p: with p; [ diff --git a/test/tools_test.go b/test/tools_test.go index 9c3e412e..5e7d4d23 100644 --- a/test/tools_test.go +++ b/test/tools_test.go @@ -26,7 +26,7 @@ func TestToolsVersions(t *testing.T) { // {"kubectl", ">= 2.37.1, < 3.0.0"}, // {"kustomize", ">= 2.37.1, < 3.0.0"}, {"pre-commit", ">= 2.20.0, < 3.0.0"}, - {"terraform", ">= 1.2.7, < 2.0.0"}, + {"terraform", ">= 1.3.1, < 1.4.0"}, } for _, tool := range tools {