From 2148d184f2955e468e4981e310dc137199785185 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Zl=C3=A1mal?= Date: Tue, 24 Sep 2019 10:13:35 -0500 Subject: [PATCH] Typo: bellow -> below kiwicom-source-id: d035a5c381e6c00f946b7d6c0d2d8a0e263aade7 --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index e85dab2..8c568d1 100644 --- a/main.tf +++ b/main.tf @@ -343,7 +343,7 @@ resource "aws_cloudwatch_metric_alarm" "rds_cloudwatch_replication_lag" { } data "template_file" "dd_message_rds_status" { - template = "{{#is_alert}}\nRDS {{ host }} is in state **{{ value }}** (see bellow)\n\n2: failed\n3: inaccessible-encryption-credentials\n4: incompatible-network\n5: incompatible-option-group\n6: incompatible-parameters\n7: incompatible-restore\n8: maintenance\n9: moving-to-vpc\n10: rebooting\n11: renaming\n12: stopping\n13: stopped\n14: storage-full\n15: upgrading\n{{/is_alert}}\n{{#is_recovery}}RDS {{ host }} is in **available** state{{/is_recovery}}\n${var.dd_prod_slack_channel}" + template = "{{#is_alert}}\nRDS {{ host }} is in state **{{ value }}** (see below)\n\n2: failed\n3: inaccessible-encryption-credentials\n4: incompatible-network\n5: incompatible-option-group\n6: incompatible-parameters\n7: incompatible-restore\n8: maintenance\n9: moving-to-vpc\n10: rebooting\n11: renaming\n12: stopping\n13: stopped\n14: storage-full\n15: upgrading\n{{/is_alert}}\n{{#is_recovery}}RDS {{ host }} is in **available** state{{/is_recovery}}\n${var.dd_prod_slack_channel}" vars = { database_identifier = var.database_identifier