synergiator edited a comment on issue #15:
URL: 
https://github.com/apache/cloudstack-terraform-provider/issues/15#issuecomment-968090969


   UPD - as it seems currently there is no possibility at all to use this 
provider?
   
   In an old project:
   
   ```
   provider "cloudstack" {
     config  = var.cloudmonkey_config_file
     profile = var.cloudmonkey_profile
   }
   ```
   
   Error, similarly:
   
   ```
   Error: Failed to query available provider packages
   │ 
   │ Could not retrieve the list of available versions for provider 
hashicorp/cloudstack: provider registry registry.terraform.io does not have a 
provider named registry.terraform.io/hashicorp/cloudstack
   ```
   
   *UPD*
   
   This way it's still possible to get the ```0.3.0``` version:
   ```
   terraform {
     required_providers {
       cloudstack = {
         source = "terraform-providers/cloudstack"
       }
     }
     required_version = ">= 1.0.0"
   }
   
   ```
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to