Last active
August 15, 2022 15:52
-
-
Save nhammad/e06f55fe609e47cf80aa37fd2988d129 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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