You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by "harikrishna-patnala (via GitHub)" <gi...@apache.org> on 2023/02/24 11:10:36 UTC

[GitHub] [cloudstack-terraform-provider] harikrishna-patnala commented on a diff in pull request #53: Added correct docker and terraform configuration command

harikrishna-patnala commented on code in PR #53:
URL: https://github.com/apache/cloudstack-terraform-provider/pull/53#discussion_r1116841008


##########
README.md:
##########
@@ -91,16 +105,16 @@ In order for all the tests to pass, you will need to create a new (empty) projec
 $ make testacc
 ```
 
-Sample Terraform configuration
-------------------------------
+Sample Terraform configuration when testing locally
+------------------------------------------------------------
 Below is an example configuration to initialize provider and create a Virtual Machine instance
 
 ```sh
 $ cat provider.tf
 terraform {
   required_providers {
     cloudstack = {
-      source = "cloudstack/cloudstack"
+      source = "localdomain/provider/cloudstack"

Review Comment:
   The previous one worked for when I was testing locally @kiranchavala , may you want to add what localdomain/provider means ?



-- 
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-unsubscribe@cloudstack.apache.org

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