sjanssen15 opened a new issue, #161:
URL: https://github.com/apache/cloudstack-terraform-provider/issues/161

   There is a missing `}` at the end of the example code block in _data sources 
> instance_
   
   Should be:
   ```hcl
   data "cloudstack_instance" "my_instance" {
     filter {
       name = "name" 
       value = "server-a"
     }
     
     nic {
       ip_address="10.1.1.37"
     } 
   } 
   ```
   
   **Location:**
   
https://github.com/apache/cloudstack-terraform-provider/blob/main/website/docs/d/instance.html.markdown


-- 
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.apache.org

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

Reply via email to