terraform: Update to version 1.5.7

This commit is contained in:
github-actions[bot] 2023-09-08 00:33:13 +00:00
parent 7112045dfa
commit 0bd3895330

View File

@ -1,17 +1,17 @@
{ {
"version": "1.5.6", "version": "1.5.7",
"description": "Create and manage infrastructure as code using simple declarative configuration files.", "description": "Create and manage infrastructure as code using simple declarative configuration files.",
"homepage": "https://www.terraform.io", "homepage": "https://www.terraform.io",
"license": "MPL-2.0", "license": "MPL-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://releases.hashicorp.com/terraform/1.5.6/terraform_1.5.6_windows_amd64.zip", "url": "https://releases.hashicorp.com/terraform/1.5.7/terraform_1.5.7_windows_amd64.zip",
"hash": "02c0fd2f1c1d4e2a0bcf52f5fcbefbd247fd852ca75b160e2d0266305f402dce", "hash": "0cf9f41ba11b46f1fb6251952df98bf9c37ec294f26be7091b4909850659b592",
"pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_amd64\" | Out-Null" "pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_amd64\" | Out-Null"
}, },
"32bit": { "32bit": {
"url": "https://releases.hashicorp.com/terraform/1.5.6/terraform_1.5.6_windows_386.zip", "url": "https://releases.hashicorp.com/terraform/1.5.7/terraform_1.5.7_windows_386.zip",
"hash": "789ada673cea4279f6aaae9a5fe7ef543e67baa2d9453d50ee22cbca35abdc35", "hash": "0f096068808bbe39a98d265e32cbc572286bd2e049c75dbea0b793ca5f87f4cd",
"pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_386\" | Out-Null" "pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_386\" | Out-Null"
} }
}, },