From 673ab7fb3b44389d33a60fef82d252f4f5fdcacc Mon Sep 17 00:00:00 2001 From: Chris Wright Date: Fri, 9 Aug 2024 16:56:00 +0100 Subject: [PATCH] Bump terraform projects v0.9.12 and v0.25.0 * https://github.com/dxw/terraform-dxw-dalmatian-account-bootstrap/compare/v0.9.11...v0.9.12 * https://github.com/dxw/terraform-dxw-dalmatian-infrastructure/compare/v0.24.0...v0.25.0 --- data/tfvars-templates/infrastructure.tfvars | 2 ++ terraform-project-versions.json | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/data/tfvars-templates/infrastructure.tfvars b/data/tfvars-templates/infrastructure.tfvars index 79c990e..3689fc1 100644 --- a/data/tfvars-templates/infrastructure.tfvars +++ b/data/tfvars-templates/infrastructure.tfvars @@ -58,6 +58,8 @@ infrastructure_ecs_cluster_autoscaling_time_based_min = [] infrastructure_ecs_cluster_autoscaling_time_based_custom = [] infrastructure_ecs_cluster_enable_debug_mode = false infrastructure_ecs_cluster_enable_execute_command_logging = false +infrastructure_ecs_cluster_syslog_endpoint = "" +infrastructure_ecs_cluster_syslog_permitted_peer = "" # Infrastructure ECS Cluster Alerts ## Autoscaling Group CPU diff --git a/terraform-project-versions.json b/terraform-project-versions.json index 1822e4c..f9da70c 100644 --- a/terraform-project-versions.json +++ b/terraform-project-versions.json @@ -1,4 +1,4 @@ { - "terraform-dxw-dalmatian-account-bootstrap": "v0.9.11", - "terraform-dxw-dalmatian-infrastructure": "v0.24.0" + "terraform-dxw-dalmatian-account-bootstrap": "v0.9.12", + "terraform-dxw-dalmatian-infrastructure": "v0.25.0" }