terraform: 1.8.0 -> 1.8.1 (#304763)
Diff: https://github.com/hashicorp/terraform/compare/v1.8.0...v1.8.1 Changelog: https://github.com/hashicorp/terraform/blob/v1.8.1/CHANGELOG.md
This commit is contained in:
parent
0501bc3945
commit
b101fcd01b
1 changed files with 2 additions and 2 deletions
|
@ -167,8 +167,8 @@ rec {
|
|||
mkTerraform = attrs: pluggable (generic attrs);
|
||||
|
||||
terraform_1 = mkTerraform {
|
||||
version = "1.8.0";
|
||||
hash = "sha256-An/ElR1tXQSb9x26R5o9gcb4XKTeVxlv+72Whcrdeoc=";
|
||||
version = "1.8.1";
|
||||
hash = "sha256-q/r1KK0svdK/5Za4bqU6bGgTcWmG+YZFJUFRKqPAWSw=";
|
||||
vendorHash = "sha256-xpgGceAA+kvwUp4T0m9rnbPoZ3uJHU2KIRsrcGr8dRo=";
|
||||
patches = [ ./provider-path-0_15.patch ];
|
||||
passthru = {
|
||||
|
|
Loading…
Reference in a new issue