terraform-provider-ibm: Update to version 1.4.0

This commit is contained in:
Jakub Čábera 2020-04-17 09:06:18 +02:00
parent 7a2eb5f382
commit 4e36364fd4

View File

@ -1,12 +1,12 @@
{
"homepage": "https://ibm-cloud.github.io/tf-ibm-docs/",
"license": "MPL-2.0",
"version": "1.3.0",
"version": "1.4.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/v1.3.0/windows_amd64.zip",
"hash": "8214a8d0bcdf2d6d9871dd617935101c784991f5c17f795dfb2d6ae240dda3c3",
"url": "https://github.com/IBM-Cloud/terraform-provider-ibm/releases/download/v1.4.0/windows_amd64.zip",
"hash": "8b14a02993a2a72b3f289ec85c6576bd438ac9178acb8a6a59e18d38426754b4",
"installer": {
"script": "Copy-Item -Force \"$dir\\terraform-provider-ibm_v$version.exe\" \"$Env:APPDATA\\terraform.d\\plugins\\windows_amd64\""
},