terraform-provider-ibm: Update to version 1.14.0

This commit is contained in:
Jakub Čábera 2020-10-28 15:53:05 +01:00
parent f8531d796f
commit 9c566b6f25

View File

@ -1,13 +1,13 @@
{
"version": "1.13.1",
"version": "1.14.0",
"description": "The IBM Cloud provider is used to manage provisioning and orchestration of IBM Cloud resources with the Terraform provisioning engine",
"homepage": "https://ibm-cloud.github.io/tf-ibm-docs/",
"license": "MPL-2.0",
"depends": "versions/terraform011",
"architecture": {
"64bit": {
"url": "https://github.com/IBM-Cloud/terraform-provider-ibm/releases/download/v1.13.1/windows_amd64.zip",
"hash": "f6ceed167b5a4119ef016e43e8a3b9efc995b25e419d3204f17d8932e79f3d14",
"url": "https://github.com/IBM-Cloud/terraform-provider-ibm/releases/download/v1.14.0/windows_amd64.zip",
"hash": "6d54d80d47b0767b0755ad5d79e38416c8e5da90d5aa732d6a400d17ecac8b56",
"installer": {
"script": "Copy-Item -Force \"$dir\\terraform-provider-ibm_v$version.exe\" \"$env:APPDATA\\terraform.d\\plugins\\windows_amd64\""
},