terraform-provider-ibm: Update to version 1.2.0

This commit is contained in:
Richard Kuhnt 2020-02-06 10:01:50 +00:00
parent ebee9d3867
commit 1df2a0af72

View File

@ -1,12 +1,12 @@
{
"homepage": "https://ibm-cloud.github.io/tf-ibm-docs/",
"license": "MPL-2.0",
"version": "0.24.0",
"version": "1.2.0",
"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/v0.24.0/windows_amd64.zip",
"hash": "15a7428e857f7552fbf87b91894040205aaefb41c405609a7a929e8de684bf83",
"url": "https://github.com/IBM-Cloud/terraform-provider-ibm/releases/download/v1.2.0/windows_amd64.zip",
"hash": "d47c5301ee6be16fb46e552a8889aa22f9de90e6d75369267943a541d5d13df5",
"installer": {
"script": "Copy-Item -Force \"$dir\\terraform-provider-ibm_v$version.exe\" \"$Env:APPDATA\\terraform.d\\plugins\\windows_amd64\""
},