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.
2 parents 12a1452 + 4c2df55 commit ca31bebCopy full SHA for ca31beb
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