Skip to content

Commit

Permalink
Changed the value of 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 7a51d35 commit c815de1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/010-cluster/vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,5 @@ variable "log_retention_in_days" {
variable "enable_ec2_detailed_monitoring" {
description = "Whether to enable detailed monitoring for EC2 instances"
type = bool
default = false
default = true
}
2 changes: 1 addition & 1 deletion test/010-cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ module "cluster" {
idp_name = ""
asg_additional_user_data = ""
tags = {}
enable_ec2_detailed_monitoring = false
enable_ec2_detailed_monitoring = true
}

0 comments on commit c815de1

Please sign in to comment.