From 8a29f1a7a064b10620d574d26084a08738b4d023 Mon Sep 17 00:00:00 2001 From: jremy Date: Wed, 31 Jul 2024 12:13:19 +0200 Subject: [PATCH] fix lint doc --- docs/resources/tem_webhook.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/resources/tem_webhook.md b/docs/resources/tem_webhook.md index f8d2ac275c..c9b9cb0d63 100644 --- a/docs/resources/tem_webhook.md +++ b/docs/resources/tem_webhook.md @@ -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 @@ -99,7 +101,6 @@ depends_on = [scaleway_tem_domain_validation.valid, scaleway_mnq_sns_topic.sns_ } ``` - ## Argument Reference The following arguments are supported: