Skip to content

Commit

Permalink
Bump terraform-dxw-dalmatian-infrastructure terraform project to v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Stretch96 committed Dec 21, 2023
1 parent 1467318 commit d672613
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/dalmatian
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ then
export GIT_DALMATIAN_INFRASTRUCTURE_REPO="terraform-dxw-dalmatian-infrastructure"

export TERRAFORM_PROJECT_ACCOUNT_BOOTSTRAP_VERSION="v0.7.0"
export TERRAFORM_PROJECT_INFRASTRUCTURE_VERSION="v0.7.0"
export TERRAFORM_PROJECT_INFRASTRUCTURE_VERSION="v0.8.0"

export AWS_CONFIG_FILE="$CONFIG_AWS_SSO_FILE"
export AWS_PROFILE="dalmatian-main"
Expand Down
18 changes: 18 additions & 0 deletions data/tfvars-templates/infrastructure.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ route53_root_hosted_zone_domain_name = ""
aws_profile_name_route53_root = "dalmatian-main"
enable_infrastructure_route53_hosted_zone = false

# Dockerhub
infrastructure_dockerhub_email = ""
infrastructure_dockerhub_token = ""

# Infrastructure VPC
infrastructure_vpc = false
infrastructure_vpc_cidr_block = "10.0.0.0/16"
Expand All @@ -31,3 +35,17 @@ infrastructure_vpc_network_acl_egress_custom_rules_public = []
infrastructure_vpc_network_acl_egress_custom_rules_private = []
infrastructure_vpc_network_acl_ingress_custom_rules_public = []
infrastructure_vpc_network_acl_ingress_custom_rules_private = []

# 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_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

0 comments on commit d672613

Please sign in to comment.