chore(tools): update versions

This commit is contained in:
Khue Doan 2022-10-03 11:23:25 +07:00
parent 926a769232
commit 4f6baed675
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
terraform {
required_version = "~> 1.2.0"
required_version = "~> 1.3.0"
backend "remote" {
hostname = "app.terraform.io"

View File

@ -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; [

View File

@ -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 {