terraform_0_15: 0.15.3 -> 0.15.4
This commit is contained in:
parent
b0b97660af
commit
f6d57e237a
@ -164,9 +164,9 @@ in rec {
|
|||||||
});
|
});
|
||||||
|
|
||||||
terraform_0_15 = pluggable (generic {
|
terraform_0_15 = pluggable (generic {
|
||||||
version = "0.15.3";
|
version = "0.15.4";
|
||||||
sha256 = "12dny8f89ry75ljarhdqlwgzv6py75s1wcmb62n5fp9nk03bjf2p";
|
sha256 = "14pxnmxy0c7idn8vgns70fxm2835gbz5vd1hmwzvhm394vr62frp";
|
||||||
vendorSha256 = "13ap1arn81lcxry08j42ck6lgvdcvdxgah6d40pmpkzkw9jcf55b";
|
vendorSha256 = "12hrpxay6k3kz89ihyhl91c4lw4wp821ppa245w9977fq09fhnx0";
|
||||||
patches = [ ./provider-path-0_15.patch ];
|
patches = [ ./provider-path-0_15.patch ];
|
||||||
passthru = { inherit plugins; };
|
passthru = { inherit plugins; };
|
||||||
});
|
});
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
diff -Naur terraform.old/command/init.go terraform.new/command/init.go
|
diff -Naur terraform.old/internal/command/init.go terraform.new/internal/command/init.go
|
||||||
--- terraform.old/command/init.go
|
--- terraform.old/internal/command/init.go
|
||||||
+++ terraform.new/command/init.go
|
+++ terraform.new/internal/command/init.go
|
||||||
@@ -3,6 +3,7 @@
|
@@ -3,6 +3,7 @@
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user