Skip to content

Commit

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

Bump terraform-dxw-dalmatian-infrastructure v0.32.0
  • Loading branch information
Stretch96 authored Nov 25, 2024
2 parents 7bc7425 + a6ecdcd commit 348eadb
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 22 deletions.
44 changes: 23 additions & 21 deletions data/tfvars-templates/infrastructure.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -40,27 +40,29 @@ enable_infrastructure_vpc_transfer_s3_bucket = false
infrastructure_vpc_transfer_s3_bucket_access_vpc_ids = []

# Infrastructure ECS Cluster
enable_infrastructure_ecs_cluster = false
infrastructure_ecs_cluster_ami_version = "*"
infrastructure_ecs_cluster_ebs_docker_storage_volume_size = 22
infrastructure_ecs_cluster_ebs_docker_storage_volume_type = "gp3"
infrastructure_ecs_cluster_publicly_avaialble = false
infrastructure_ecs_cluster_custom_security_group_rules = {}
infrastructure_ecs_cluster_instance_type = "t3.small"
infrastructure_ecs_cluster_termination_timeout = 900
infrastructure_ecs_cluster_draining_lambda_enabled = false
infrastructure_ecs_cluster_draining_lambda_log_retention = 30
infrastructure_ecs_cluster_min_size = 2
infrastructure_ecs_cluster_max_size = 2
infrastructure_ecs_cluster_max_instance_lifetime = 86400
infrastructure_ecs_cluster_autoscaling_time_based_max = []
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_logspout_command = []
enable_infrastructure_ecs_cluster = false
infrastructure_ecs_cluster_ami_version = "*"
infrastructure_ecs_cluster_ebs_docker_storage_volume_size = 22
infrastructure_ecs_cluster_ebs_docker_storage_volume_type = "gp3"
infrastructure_ecs_cluster_publicly_avaialble = false
infrastructure_ecs_cluster_custom_security_group_rules = {}
infrastructure_ecs_cluster_instance_type = "t3.small"
infrastructure_ecs_cluster_termination_timeout = 900
infrastructure_ecs_cluster_draining_lambda_enabled = false
infrastructure_ecs_cluster_draining_lambda_log_retention = 30
infrastructure_ecs_cluster_min_size = 2
infrastructure_ecs_cluster_max_size = 2
infrastructure_ecs_cluster_max_instance_lifetime = 86400
infrastructure_ecs_cluster_instance_refresh_lambda_schedule_expression = ""
infrastructure_ecs_cluster_instance_refresh_lambda_log_retention = 30
infrastructure_ecs_cluster_autoscaling_time_based_max = []
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_logspout_command = []

# Infrastructure ECS Cluster Alerts
## Autoscaling Group CPU
Expand Down
2 changes: 1 addition & 1 deletion terraform-project-versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"terraform-dxw-dalmatian-account-bootstrap": "v0.12.0",
"terraform-dxw-dalmatian-infrastructure": "v0.31.3"
"terraform-dxw-dalmatian-infrastructure": "v0.32.0"
}

0 comments on commit 348eadb

Please sign in to comment.