terraform-provider-ibm: Update to version 1.11.1

This commit is contained in:
Jakub Čábera 2020-08-27 08:26:35 +02:00
parent 791d93073d
commit 144f59e042

View File

@ -1,13 +1,13 @@
{ {
"version": "1.11.0", "version": "1.11.1",
"description": "The IBM Cloud provider is used to manage provisioning and orchestration of IBM Cloud resources with the Terraform provisioning engine", "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/", "homepage": "https://ibm-cloud.github.io/tf-ibm-docs/",
"license": "MPL-2.0", "license": "MPL-2.0",
"depends": "versions/terraform011", "depends": "versions/terraform011",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/IBM-Cloud/terraform-provider-ibm/releases/download/v1.11.0/windows_amd64.zip", "url": "https://github.com/IBM-Cloud/terraform-provider-ibm/releases/download/v1.11.1/windows_amd64.zip",
"hash": "643c5ec85796639e8e93ff6a80b5139d6f1be3e30e03868bb88c0e6289bd629c", "hash": "51b4a15b7f95392f1e7aee917da22d7c01f6bc6e2bb9b62b03c66b36ebca4e84",
"installer": { "installer": {
"script": "Copy-Item -Force \"$dir\\terraform-provider-ibm_v$version.exe\" \"$Env:APPDATA\\terraform.d\\plugins\\windows_amd64\"" "script": "Copy-Item -Force \"$dir\\terraform-provider-ibm_v$version.exe\" \"$Env:APPDATA\\terraform.d\\plugins\\windows_amd64\""
}, },