Skip to content

Commit

Permalink
adding monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
jjduverge committed Aug 13, 2024
1 parent 4f7a308 commit cebf0a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ resource "aws_launch_configuration" "this" {
instance_type = var.asg_instance_type
key_name = var.asg_key_name
user_data = base64encode(local.combined_user_data)
enable_monitoring = true

security_groups = concat(
var.asg_additional_security_groups,
Expand Down

0 comments on commit cebf0a8

Please sign in to comment.