Skip to content

Commit

Permalink
Merge pull request #240 from dxw/bump-terraform-dependency-versions-0…
Browse files Browse the repository at this point in the history
…-9-1-and-0.10.2

Bump Terraform dependency versions
  • Loading branch information
Stretch96 authored Jan 12, 2024
2 parents a8865ce + 178f061 commit 1b2f7d1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/dalmatian
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ then
export GIT_DALMATIAN_INFRASTRUCTURE_OWNER="dxw"
export GIT_DALMATIAN_INFRASTRUCTURE_REPO="terraform-dxw-dalmatian-infrastructure"

export TERRAFORM_PROJECT_ACCOUNT_BOOTSTRAP_VERSION="v0.7.1"
export TERRAFORM_PROJECT_INFRASTRUCTURE_VERSION="v0.8.2"
export TERRAFORM_PROJECT_ACCOUNT_BOOTSTRAP_VERSION="v0.9.0"
export TERRAFORM_PROJECT_INFRASTRUCTURE_VERSION="v0.10.2"

export AWS_CONFIG_FILE="$CONFIG_AWS_SSO_FILE"
export AWS_PROFILE="dalmatian-main"
Expand Down
14 changes: 14 additions & 0 deletions data/tfvars-templates/infrastructure.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,17 @@ 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 Services
infrastructure_ecs_cluster_service_defaults = {}
infrastructure_ecs_cluster_services = {}

# Infrastructure ECS Cluster EFS
enable_infrastructure_ecs_cluster_efs = false
ecs_cluster_efs_performance_mode = "generalPurpose"
ecs_cluster_efs_throughput_mode = "elastic"
ecs_cluster_efs_infrequent_access_transition = 0
ecs_cluster_efs_directories = []

0 comments on commit 1b2f7d1

Please sign in to comment.