Open gudipatinrao opened 3 years ago
@guidpatinrao Thanks for reaching us, request to elaborate your query to help us in helping you. Were you able to install Terraform v0.13?
Thanks, Geetha
@gudipatinrao
Request to close this issue, if you were able to fix it. Else please do reply to the requested query to help.
Thanks & Regards, Geetha
for version 0.13 you need not download any plugin You can directly run your template having this in versions.tf file terraform { required_providers { ibm = { source = "IBM-Cloud/ibm" version = "1.11.2" } } } Place versions.tf and your template file under same directory