Skip to content

Commit

Permalink
Set the detailed monitoring to false
Browse files Browse the repository at this point in the history
  • Loading branch information
Praveenraj-K committed Dec 9, 2024
1 parent 3887953 commit de2e835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -204,5 +204,5 @@ variable "enable_adminer" {
variable "enable_ec2_detailed_monitoring" {
description = "Enables/disables detailed monitoring for EC2 instances"
type = bool
default = true
default = false
}

0 comments on commit de2e835

Please sign in to comment.