terraform-provider-ibm: Update to version 1.11.0

This commit is contained in:
Jakub Čábera 2020-08-24 17:07:16 +02:00
parent 65a977654d
commit 263ac654e9

View File

@ -1,13 +1,13 @@
{
"version": "1.10.0",
"version": "1.11.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.10.0/windows_amd64.zip",
"hash": "5e492f4467046695d584c30c69a10d5fc409d62bcc86012e1c514521062361b5",
"url": "https://github.com/IBM-Cloud/terraform-provider-ibm/releases/download/v1.11.0/windows_amd64.zip",
"hash": "643c5ec85796639e8e93ff6a80b5139d6f1be3e30e03868bb88c0e6289bd629c",
"installer": {
"script": "Copy-Item -Force \"$dir\\terraform-provider-ibm_v$version.exe\" \"$Env:APPDATA\\terraform.d\\plugins\\windows_amd64\""
},