kiranchavala commented on issue #18:
URL: 
https://github.com/apache/cloudstack-terraform-provider/issues/18#issuecomment-1979156884

   @synergiator 
   
   Not able to reproduce the issue able to deploy instance by giving the 
template name, tested on the latest cloudstack 4.19 release.
   
   Let me know if i can go ahead and close the issue 
   
    ```
    # cloudstack_instance.test-vm will be created
     + resource "cloudstack_instance" "test-vm" {
         + display_name     = (known after apply)
         + expunge          = true
         + group            = (known after apply)
         + id               = (known after apply)
         + ip_address       = (known after apply)
         + name             = "hyd-demo-test"
         + network_id       = (known after apply)
         + project          = (known after apply)
         + root_disk_size   = (known after apply)
         + service_offering = "9c870dca-a857-468c-a804-29b256af6b53"
         + start_vm         = true
         + tags             = (known after apply)
         + template         = "Centos7"
         + zone             = "49e9ad34-8a3d-4f87-8ff5-90d65859f839"
       }
       
   ```
       


-- 
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