terraform_1_0_0: init at 1.0.0 (#126219)

master
Ben Siraphob 2021-06-09 01:33:16 +07:00 committed by GitHub
parent e968368c0d
commit 960d10ab7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View File

@ -171,6 +171,14 @@ in rec {
passthru = { inherit plugins; };
});
terraform_1_0_0 = pluggable (generic {
version = "1.0.0";
sha256 = "sha256-ddcT/I2Qn1pKFyhXgh+CcD3fSv2steSNmjyyiS2SE/o=";
vendorSha256 = "sha256-oFvoEsDunJR4IULdGwS6nHBKWEgUehgT+nNM41W/GYo=";
patches = [ ./provider-path-0_15.patch ];
passthru = { inherit plugins; };
});
# Tests that the plugins are being used. Terraform looks at the specific
# file pattern and if the plugin is not found it will try to download it
# from the Internet. With sandboxing enable this test will fail if that is

View File

@ -31171,6 +31171,7 @@ in
terraform_0_13
terraform_0_14
terraform_0_15
terraform_1_0_0
terraform_plugins_test
;