From a6ee43503b04caed2446c1b95cc63a25936961f0 Mon Sep 17 00:00:00 2001 From: Alex Ott Date: Mon, 14 Oct 2024 17:29:25 +0200 Subject: [PATCH] Update docs/resources/alert.md Co-authored-by: Miles Yucht --- docs/resources/alert.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources/alert.md b/docs/resources/alert.md index 69b675e99..5d90eeb76 100644 --- a/docs/resources/alert.md +++ b/docs/resources/alert.md @@ -129,7 +129,7 @@ resource "databricks_alert" "alert" { * Remove the old resource from the state with the `terraform state rm databricks_sql_alert.alert` command. * Import new resource with the `terraform import databricks_alert.alert ` command. -* Run the `terraform plan` command to check possible changes, like, value type change, etc. +* Run the `terraform plan` command to check possible changes, such as value type change, etc. ## Access Control