terraform-provider-ibm: Update to version 1.11.2

This commit is contained in:
Jakub Čábera 2020-09-01 15:18:27 +02:00
parent 3e3965fee5
commit 9629fe4f16

View File

@ -1,13 +1,13 @@
{
"version": "1.11.1",
"version": "1.11.2",
"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.11.1/windows_amd64.zip",
"hash": "51b4a15b7f95392f1e7aee917da22d7c01f6bc6e2bb9b62b03c66b36ebca4e84",
"url": "https://github.com/IBM-Cloud/terraform-provider-ibm/releases/download/v1.11.2/windows_amd64.zip",
"hash": "8651eee52edfb48c6f656f3b68b651914caf47b690b0e64140d1c19d2a617a84",
"installer": {
"script": "Copy-Item -Force \"$dir\\terraform-provider-ibm_v$version.exe\" \"$Env:APPDATA\\terraform.d\\plugins\\windows_amd64\""
},