terraform_0_13: init at 0.13.0-beta3

This commit is contained in:
zimbatm 2020-07-10 13:20:40 +02:00
parent 77d5b41b05
commit f0fb57a079
No known key found for this signature in database
GPG Key ID: 71BAF6D40C1D63D7
2 changed files with 8 additions and 0 deletions

View File

@ -130,6 +130,13 @@ in rec {
passthru = { inherit plugins; }; passthru = { inherit plugins; };
}); });
terraform_0_13 = pluggable (generic {
version = "0.13.0-beta3";
sha256 = "199rrw0kjp9qwa8llwmihgnqrgs4vr0zrbik5w5bfkrldyqp2ynb";
patches = [ ./provider-path.patch ];
passthru = { inherit plugins; };
});
# Tests that the plugins are being used. Terraform looks at the specific # 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 # 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 # from the Internet. With sandboxing enable this test will fail if that is

View File

@ -26514,6 +26514,7 @@ in
terraform_0_11 terraform_0_11
terraform_0_11-full terraform_0_11-full
terraform_0_12 terraform_0_12
terraform_0_13
terraform_plugins_test terraform_plugins_test
; ;