terraform-provider-ibm: Update to version 0.24.3

This commit is contained in:
Richard Kuhnt 2020-03-03 10:01:54 +00:00
parent f1ffaea575
commit a6b700944f

View File

@ -1,12 +1,12 @@
{
"homepage": "https://ibm-cloud.github.io/tf-ibm-docs/",
"license": "MPL-2.0",
"version": "1.2.2",
"version": "0.24.3",
"description": "The IBM Cloud provider is used to manage provisioning and orchestration of IBM Cloud resources with the Terraform provisioning engine",
"architecture": {
"64bit": {
"url": "https://github.com/IBM-Cloud/terraform-provider-ibm/releases/download/v1.2.2/windows_amd64.zip",
"hash": "a833d33115c99f1f9790646a0f138b35582ff99219761dc4f0496d45e90c6922",
"url": "https://github.com/IBM-Cloud/terraform-provider-ibm/releases/download/v0.24.3/windows_amd64.zip",
"hash": "d6b533edcb617ab33e6e2a8f7013f756bebf9b5d777cc80909738c900f7cb38a",
"installer": {
"script": "Copy-Item -Force \"$dir\\terraform-provider-ibm_v$version.exe\" \"$Env:APPDATA\\terraform.d\\plugins\\windows_amd64\""
},