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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to