terraform: add 0.11
This commit is contained in:
parent
b5fd1181d1
commit
083a0b8348
@ -96,4 +96,11 @@ in {
|
|||||||
patches = [ ./provider-path.patch ];
|
patches = [ ./provider-path.patch ];
|
||||||
passthru = { inherit plugins; };
|
passthru = { inherit plugins; };
|
||||||
});
|
});
|
||||||
|
|
||||||
|
terraform_0_11 = pluggable (generic {
|
||||||
|
version = "0.11.0";
|
||||||
|
sha256 = "0qsydg6bn7k6d68pd1y4j5iys9i66c690yq21axcpnjfibxgqyff";
|
||||||
|
patches = [ ./provider-path.patch ];
|
||||||
|
passthru = { inherit plugins; };
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
@ -19561,6 +19561,7 @@ with pkgs;
|
|||||||
terraform_0_8
|
terraform_0_8
|
||||||
terraform_0_9
|
terraform_0_9
|
||||||
terraform_0_10
|
terraform_0_10
|
||||||
|
terraform_0_11
|
||||||
;
|
;
|
||||||
|
|
||||||
# Terraform with all the plugins, both to get Hydra to build all plugins for us and for
|
# Terraform with all the plugins, both to get Hydra to build all plugins for us and for
|
||||||
|
Loading…
x
Reference in New Issue
Block a user