terraform-provider-ibm: Update to version 0.19.1

This commit is contained in:
Richard Kuhnt 2019-11-19 10:00:25 +00:00
parent fdff7fc120
commit 732ab7a1f5

View File

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