terraform-provider-ibm: Update to version 1.30.1

This commit is contained in:
Jakub Čábera 2021-08-24 23:37:11 -07:00
parent ee4f4bc944
commit 58c008d0a9

View File

@ -1,13 +1,13 @@
{ {
"version": "1.30.0", "version": "1.30.1",
"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.30.0/terraform-provider-ibm_1.30.0_windows_amd64.zip", "url": "https://github.com/IBM-Cloud/terraform-provider-ibm/releases/download/v1.30.1/terraform-provider-ibm_1.30.1_windows_amd64.zip",
"hash": "a811c49d147a180b5e99e98d7a08879561e19f40bb89e63736ae7692834ff450", "hash": "b864fc89d256d85f2ffeca1035233229be85ae916b38119a2079ce78a1fa0984",
"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\""
}, },