terraform-provider-ibm: Update to version 1.30.2

This commit is contained in:
Jakub Čábera 2021-08-31 23:30:02 -07:00
parent 6361959b98
commit 389a6e106c

View File

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