From 536a0d8592cd3c91fd2ec6cea388b2c8feaec597 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Conrad=20T=C3=B6tterman?= Date: Tue, 13 Aug 2024 15:29:39 +0300 Subject: [PATCH 1/2] Typo: faiuled -> failed --- docs/resources/notification_policy_webhooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources/notification_policy_webhooks.md b/docs/resources/notification_policy_webhooks.md index a550558960..c8ddce1e64 100644 --- a/docs/resources/notification_policy_webhooks.md +++ b/docs/resources/notification_policy_webhooks.md @@ -36,7 +36,7 @@ resource "cloudflare_notification_policy_webhooks" "example" { - `created_at` (String) Timestamp of when the notification webhook was created. - `id` (String) The ID of this resource. -- `last_failure` (String) Timestamp of when the notification webhook last faiuled. +- `last_failure` (String) Timestamp of when the notification webhook last failed. - `last_success` (String) Timestamp of when the notification webhook was last successful. - `type` (String) From aa6d78c57bdf04b022849440661e2099ddebf19e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Conrad=20T=C3=B6tterman?= Date: Thu, 15 Aug 2024 16:00:19 +0300 Subject: [PATCH 2/2] make docs --- .../schema_cloudflare_notification_policy_webhooks.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/sdkv2provider/schema_cloudflare_notification_policy_webhooks.go b/internal/sdkv2provider/schema_cloudflare_notification_policy_webhooks.go index fab62250f0..e7afdec1f4 100644 --- a/internal/sdkv2provider/schema_cloudflare_notification_policy_webhooks.go +++ b/internal/sdkv2provider/schema_cloudflare_notification_policy_webhooks.go @@ -45,7 +45,7 @@ func resourceCloudflareNotificationPolicyWebhookSchema() map[string]*schema.Sche "last_failure": { Type: schema.TypeString, Computed: true, - Description: "Timestamp of when the notification webhook last faiuled.", + Description: "Timestamp of when the notification webhook last failed.", }, } }