Skip to content

Commit

Permalink
fix lint doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jremy42 committed Jul 31, 2024
1 parent 4052ee2 commit 8a29f1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/resources/tem_webhook.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ sns_arn = "arn:scw:sns:fr-par:project-xxxx:your-sns-topic"
name = "example-webhook"
}
```

### Complete Example with Dependencies

```terraform
variable "domain_name" {
type = string
Expand Down Expand Up @@ -99,7 +101,6 @@ depends_on = [scaleway_tem_domain_validation.valid, scaleway_mnq_sns_topic.sns_
}
```


## Argument Reference

The following arguments are supported:
Expand Down

0 comments on commit 8a29f1a

Please sign in to comment.