terraform-provider-ibm: Update to version 1.3.0

This commit is contained in:
Jakub Čábera 2020-04-02 19:52:50 +02:00
parent 701c78c307
commit 1e08034e07

View File

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