Skip to content

Instantly share code, notes, and snippets.

@nhammad
Last active August 15, 2022 15:52
Show Gist options
  • Save nhammad/e06f55fe609e47cf80aa37fd2988d129 to your computer and use it in GitHub Desktop.
Save nhammad/e06f55fe609e47cf80aa37fd2988d129 to your computer and use it in GitHub Desktop.
module "turn_off_ec2" {
source = "../modules/..."
instance_id = "i-0298c78d123dhjkld"
evaluation_periods = "1"
period = "600"
metric_name = "ActiveSessions"
namespace = "TableauServer"
comparison_operator = "LessThanOrEqualToThreshold"
threshold = "0"
statistic = "Average"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment