Skip to content

Commit

Permalink
fix: update variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanfreitag authored and stefanfreitagrwe committed Sep 24, 2024
1 parent 5b11385 commit 59c7818
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ variable "log_retion_period_in_days" {

variable "name" {
type = string
description = "Name of the health monitor. Default is `rds_status_monitor`."
default = "rds_status_monitor"
description = "Name of the health monitor. Default is `fsx_status_monitor`."
default = "fsx_status_monitor"
}


Expand Down

0 comments on commit 59c7818

Please sign in to comment.