terraform-provider-ibm: Update to version 1.1.0

This commit is contained in:
Richard Kuhnt 2020-01-27 10:01:49 +00:00
parent b81735f284
commit a3bd237862

View File

@ -1,12 +1,12 @@
{
"homepage": "https://ibm-cloud.github.io/tf-ibm-docs/",
"license": "MPL-2.0",
"version": "0.23.0",
"version": "1.1.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.23.0/windows_amd64.zip",
"hash": "9dfa0619f96ba2c69708fa55384d4b092421cb64831c096d60b18899842f435d",
"url": "https://github.com/IBM-Cloud/terraform-provider-ibm/releases/download/v1.1.0/windows_amd64.zip",
"hash": "c3d49720fc9900aa36d23fbb243b307287eee453b61dd03033ab34c7c1a62d02",
"installer": {
"script": "Copy-Item -Force \"$dir\\terraform-provider-ibm_v$version.exe\" \"$Env:APPDATA\\terraform.d\\plugins\\windows_amd64\""
},