Skip to content

Commit

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

Bump terraform dependency versions v0.9.3 and v0.12.0
  • Loading branch information
Stretch96 authored Feb 23, 2024
2 parents f7deadc + 4dfbbc5 commit 0a946c5
Show file tree
Hide file tree
Showing 2 changed files with 9 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.9.0"
export TERRAFORM_PROJECT_INFRASTRUCTURE_VERSION="v0.11.0"
export TERRAFORM_PROJECT_ACCOUNT_BOOTSTRAP_VERSION="v0.9.3"
export TERRAFORM_PROJECT_INFRASTRUCTURE_VERSION="v0.12.0"

export AWS_CONFIG_FILE="$CONFIG_AWS_SSO_FILE"
export AWS_PROFILE="dalmatian-main"
Expand Down
7 changes: 7 additions & 0 deletions data/tfvars-templates/infrastructure.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,17 @@ infrastructure_ecs_cluster_autoscaling_time_based_custom = []
# Infrastructure ECS Cluster Services
infrastructure_ecs_cluster_service_defaults = {}
infrastructure_ecs_cluster_services = {}
infrastructure_ecs_cluster_services_alb_ip_allow_list = ["0.0.0.0/0"]
enable_infrastructure_ecs_cluster_services_alb_logs = false
infrastructure_ecs_cluster_services_alb_logs_retention = 30

# 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 = []

# Infrastructure RDS
infrastructure_rds_defaults = {}
infrastructure_rds = {}

0 comments on commit 0a946c5

Please sign in to comment.