Skip to content

Commit

Permalink
enable_monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
yadavprakash committed May 13, 2021
1 parent bc0b6cd commit fc3e6cc
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 @@ -80,7 +80,7 @@ variable "key_name" {

variable "monitoring" {
type = bool
default = false
default = true
description = "If true, the launched EC2 instance will have detailed monitoring enabled. (Available since v0.6.0)."
}

Expand Down

0 comments on commit fc3e6cc

Please sign in to comment.