Skip to content

Commit 4c2df55

Browse files
Add missing quote to documentation
Resolves #102
1 parent 9d38bc2 commit 4c2df55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/r/connection.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Provides the ability to create, read, delete, update connections.
1414
```hcl
1515
resource "sumologic_connection" "connection" {
1616
type = "WebhookConnection"
17-
name = "test-connection
17+
name = "test-connection"
1818
description = "My description"
1919
url = "https://connection-endpoint.com"
2020
headers = {

0 commit comments

Comments
 (0)