terraform-provider-ibm: Update to version 1.18.0

This commit is contained in:
Jakub Čábera 2020-12-22 09:55:26 +01:00
parent 20220c8fce
commit df3d5d7b31

View File

@ -1,13 +1,13 @@
{
"version": "1.17.0",
"version": "1.18.0",
"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.17.0/windows_amd64.zip",
"hash": "921d3ae339d4716f0ae645b1089f6a9f114bf799e8ccef63c0d8fe8e069e9749",
"url": "https://github.com/IBM-Cloud/terraform-provider-ibm/releases/download/v1.18.0/windows_amd64.zip",
"hash": "bca0736060f662ea71bb1df60165d595fd22ef16c38dc606b9a239826c3b700a",
"installer": {
"script": "Copy-Item -Force \"$dir\\terraform-provider-ibm_v$version.exe\" \"$env:APPDATA\\terraform.d\\plugins\\windows_amd64\""
},