terraform-provider-ibm: Update to version 1.7.0

This commit is contained in:
Jakub Čábera 2020-05-30 14:36:24 +02:00
parent a3670f2a4c
commit f8be85be70

View File

@ -1,12 +1,12 @@
{
"homepage": "https://ibm-cloud.github.io/tf-ibm-docs/",
"license": "MPL-2.0",
"version": "0.29.0",
"version": "1.7.0",
"description": "The IBM Cloud provider is used to manage provisioning and orchestration of IBM Cloud resources with the Terraform provisioning engine",
"architecture": {
"64bit": {
"url": "https://github.com/IBM-Cloud/terraform-provider-ibm/releases/download/v0.29.0/windows_amd64.zip",
"hash": "abe360c43940a148d38d50671194874144bd3f072d874450fc5589237b661163",
"url": "https://github.com/IBM-Cloud/terraform-provider-ibm/releases/download/v1.7.0/windows_amd64.zip",
"hash": "65d1dee0b0ca8c5a952f1fd9130417f8f351b3ecb075a5462f87d19456aa8ee2",
"installer": {
"script": "Copy-Item -Force \"$dir\\terraform-provider-ibm_v$version.exe\" \"$Env:APPDATA\\terraform.d\\plugins\\windows_amd64\""
},