terraform: Update to version 1.6.1

This commit is contained in:
github-actions[bot] 2023-10-10 20:23:31 +00:00
parent 85a5430090
commit c2d5c3969a

View File

@ -1,17 +1,17 @@
{ {
"version": "1.6.0", "version": "1.6.1",
"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.6.0/terraform_1.6.0_windows_amd64.zip", "url": "https://releases.hashicorp.com/terraform/1.6.1/terraform_1.6.1_windows_amd64.zip",
"hash": "e0f083530f7ef4e636920eb48fa16139fd4fa9038bebde54df74042bb44240d5", "hash": "c009e9598c450bc8445c452e1f6ded2d0caa70928818850dfd4bfa4877eea810",
"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.6.0/terraform_1.6.0_windows_386.zip", "url": "https://releases.hashicorp.com/terraform/1.6.1/terraform_1.6.1_windows_386.zip",
"hash": "901f862cc77aa27f9d72c3d60e9e31e794c686aa156d326bc651e03596e45d1d", "hash": "5ebae539fa343f2056910a64050039206aa70b77823790c8e3e8f362759123f2",
"pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_386\" | Out-Null" "pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_386\" | Out-Null"
} }
}, },