This is an automated email from the ASF dual-hosted git repository.
dahn pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/cloudstack-terraform-provider.git
The following commit(s) were added to refs/heads/main by this push:
new c5b50a2 add brace to end of example in instance.html.markdown
c5b50a2 is described below
commit c5b50a237343afec9d8a90c1c53c1c18fdb1751c
Author: dahn <[email protected]>
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