Skip to content

Commit c5b50a2

Browse files
committed
add brace to end of example in instance.html.markdown
1 parent d85ccb2 commit c5b50a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

website/docs/d/instance.html.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ data "cloudstack_instance" "my_instance" {
2121
2222
nic {
2323
ip_address="10.1.1.37"
24-
}
24+
}
25+
}
2526
```
2627

2728
### Argument Reference

0 commit comments

Comments
 (0)