kiranchavala commented on issue #109:
URL:
https://github.com/apache/cloudstack-terraform-provider/issues/109#issuecomment-2049253409
@CodeBleu Please use the pre-version or the local install method, Until we
sort out the registry issue with terraform.
Currently there is no issue with the pre-release installation
```
terraform {
required_providers {
cloudstack = {
source = "cloudstack/cloudstack"
version = "0.5.0-pre"
}
}
}
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]