We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d38bc2 commit 4c2df55Copy full SHA for 4c2df55
website/docs/r/connection.html.markdown
@@ -14,7 +14,7 @@ Provides the ability to create, read, delete, update connections.
14
```hcl
15
resource "sumologic_connection" "connection" {
16
type = "WebhookConnection"
17
- name = "test-connection
+ name = "test-connection"
18
description = "My description"
19
url = "https://connection-endpoint.com"
20
headers = {
0 commit comments