Skip to content

Commit ca31beb

Browse files
authored
Merge pull request #103 from leslie-alldridge/patch-1
Add missing quote to documentation
2 parents 12a1452 + 4c2df55 commit ca31beb

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)