terraform: Update to version 1.4.3

This commit is contained in:
github-actions[bot] 2023-03-30 16:28:39 +00:00
parent 179af3157c
commit f56f2d9eb6

View File

@ -1,17 +1,17 @@
{ {
"version": "1.4.2", "version": "1.4.3",
"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.4.2/terraform_1.4.2_windows_amd64.zip", "url": "https://releases.hashicorp.com/terraform/1.4.3/terraform_1.4.3_windows_amd64.zip",
"hash": "7edfbad5c22e8c62e403c26ee1d10f71cebcc87def267b17fd5c9e9ed90312aa", "hash": "73469b53401eef74f6977db1c4124745afcd668530676975c60c34c2ac69b961",
"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.4.2/terraform_1.4.2_windows_386.zip", "url": "https://releases.hashicorp.com/terraform/1.4.3/terraform_1.4.3_windows_386.zip",
"hash": "d2e59f8dc9640adf26bcdf038a6109d6da569a445080e1ee7183b325caf49f85", "hash": "cc5069c8d2527b675bfe8e40d5b938e7f28ac74bf9fc2d8b221af667306aa74e",
"pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_386\" | Out-Null" "pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_386\" | Out-Null"
} }
}, },