Skip to content

Commit

Permalink
monitoring-enable
Browse files Browse the repository at this point in the history
  • Loading branch information
yadavprakash committed May 20, 2021
1 parent d6dce85 commit 272d8cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _example/alb/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ module "ec2" {
instance_count = 2
ami = "ami-08d658f84a6d84a80"
instance_type = "t2.nano"
monitoring = false
monitoring = true
tenancy = "default"

vpc_security_group_ids_list = [module.ssh.security_group_ids, module.http_https.security_group_ids]
Expand Down

0 comments on commit 272d8cc

Please sign in to comment.