terraform-provider-ibm: Update to version 1.9.0

This commit is contained in:
Jakub Čábera 2020-07-22 11:19:10 +02:00
parent b35cd01b16
commit 87c2c23cdd

View File

@ -1,13 +1,13 @@
{ {
"version": "1.8.1", "version": "1.9.0",
"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.8.1/windows_amd64.zip", "url": "https://github.com/IBM-Cloud/terraform-provider-ibm/releases/download/v1.9.0/windows_amd64.zip",
"hash": "a8743a82e84c968417b6bf2c37e5b788bb12c0900b5ff53d8ded8d3c4eba320b", "hash": "bba772bd68545f4ad8438c34ecbd2da43332d9792c9f6b1fe9361c5784d6fb21",
"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\""
}, },