Skip to content

Commit

Permalink
Merge pull request #3625 from conradt-paf/patch-1
Browse files Browse the repository at this point in the history
Typo: faiuled -> failed
  • Loading branch information
jacobbednarz authored Aug 21, 2024
2 parents 013002a + aa6d78c commit cecbd5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/resources/notification_policy_webhooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
},
}
}

0 comments on commit cecbd5e

Please sign in to comment.