Skip to content

Commit

Permalink
Merge pull request #298 from dxw/bump-terraform-dxw-dalmatian-infrast…
Browse files Browse the repository at this point in the history
…ructure-0-20-0

Bump terraform-dxw-dalmatian-infrastructure to v0.20.0
  • Loading branch information
Stretch96 authored Jun 25, 2024
2 parents fc990f8 + d826bf7 commit bf4fa5b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/dalmatian
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ then
export GIT_DALMATIAN_INFRASTRUCTURE_REPO="terraform-dxw-dalmatian-infrastructure"

export TERRAFORM_PROJECT_ACCOUNT_BOOTSTRAP_VERSION="v0.9.8"
export TERRAFORM_PROJECT_INFRASTRUCTURE_VERSION="v0.19.3"
export TERRAFORM_PROJECT_INFRASTRUCTURE_VERSION="v0.20.0"

export AWS_CONFIG_FILE="$CONFIG_AWS_SSO_FILE"
export AWS_PROFILE="dalmatian-main"
Expand Down
17 changes: 17 additions & 0 deletions data/tfvars-templates/infrastructure.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,23 @@ infrastructure_ecs_cluster_autoscaling_time_based_max = []
infrastructure_ecs_cluster_autoscaling_time_based_min = []
infrastructure_ecs_cluster_autoscaling_time_based_custom = []

# Infrastructure ECS Cluster Alerts
## Autoscaling Group CPU
enable_infrastructure_ecs_cluster_asg_cpu_alert = false
infrastructure_ecs_cluster_asg_cpu_alert_evaluation_periods = 5
infrastructure_ecs_cluster_asg_cpu_alert_period = 60
infrastructure_ecs_cluster_asg_cpu_alert_threshold = 90
infrastructure_ecs_cluster_asg_cpu_alert_slack = false
infrastructure_ecs_cluster_asg_cpu_alert_opsgenie = false
## Pending Tasks
enable_infrastructure_ecs_cluster_pending_task_alert = false
infrastructure_ecs_cluster_pending_task_metric_lambda_log_retention = 30
infrastructure_ecs_cluster_pending_task_alert_evaluation_periods = 5
infrastructure_ecs_cluster_pending_task_alert_period = 60
infrastructure_ecs_cluster_pending_task_alert_threshold = 50
infrastructure_ecs_cluster_pending_task_alert_slack = false
infrastructure_ecs_cluster_pending_task_alert_opsgenie = false

# Infrastructure ECS Cluster Services
infrastructure_ecs_cluster_service_defaults = {}
infrastructure_ecs_cluster_services = {}
Expand Down

0 comments on commit bf4fa5b

Please sign in to comment.