This is an automated email from the ASF dual-hosted git repository.

dahn pushed a commit to branch ghi61-extraBrace
in repository 
https://gitbox.apache.org/repos/asf/cloudstack-terraform-provider.git

commit 2e6a014123e1fc5ed4f4ecc834f94c27a41bd83f
Author: dahn <d...@onecht.net>
AuthorDate: Fri Apr 11 10:24:24 2025 +0200

    add brace to end of example in instance.html.markdown
---
 website/docs/d/instance.html.markdown | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/website/docs/d/instance.html.markdown 
b/website/docs/d/instance.html.markdown
index 3c2f21c..5ebc567 100644
--- a/website/docs/d/instance.html.markdown
+++ b/website/docs/d/instance.html.markdown
@@ -21,7 +21,8 @@ data "cloudstack_instance" "my_instance" {
   
   nic {
     ip_address="10.1.1.37"
-  }  
+  }
+}
 ```
 
 ### Argument Reference

Reply via email to