terraform-provider-ibm: Update to version 1.2.1

This commit is contained in:
Richard Kuhnt 2020-02-13 12:01:52 +00:00
parent 2ff6c51583
commit 6a2ddb9659

View File

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