terraform: Update to version 1.0.8

This commit is contained in:
Richard Kuhnt 2021-09-29 18:00:38 +00:00
parent cf8e9384d3
commit caff8ce3ea

View File

@ -1,17 +1,17 @@
{ {
"version": "1.0.7", "version": "1.0.8",
"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.0.7/terraform_1.0.7_windows_amd64.zip", "url": "https://releases.hashicorp.com/terraform/1.0.8/terraform_1.0.8_windows_amd64.zip",
"hash": "88b8a4ae66367d9662a75599421e0bccbb70e6af92d64c62e91aff883c9eccc6", "hash": "4ba5058d051f15b48dc7a86d65f2b76e3fc637a0c98f321b01204df437ad07d8",
"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.0.7/terraform_1.0.7_windows_386.zip", "url": "https://releases.hashicorp.com/terraform/1.0.8/terraform_1.0.8_windows_386.zip",
"hash": "64b930ce06f85c214d1830a213a7528a5d988bd09779729d5b33956b962ec708", "hash": "cf2428950271cc8fcc460f492b8764c78b59661b89c62b449e974b91f5c5260f",
"pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_386\" | Out-Null" "pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_386\" | Out-Null"
} }
}, },