Skip to content

Commit

Permalink
Typo: bellow -> below
Browse files Browse the repository at this point in the history
kiwicom-source-id: d035a5c381e6c00f946b7d6c0d2d8a0e263aade7
  • Loading branch information
mrtnzlml authored and kiwicom-github-bot committed Sep 24, 2019
1 parent fa092f9 commit 2148d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2148d18

Please sign in to comment.