Skip to content

Commit

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

Bump terraform-dxw-dalmatian-infrastructure v0.15.0
  • Loading branch information
Stretch96 authored Mar 22, 2024
2 parents 872bf79 + 5f415e2 commit 2e4240e
Show file tree
Hide file tree
Showing 2 changed files with 12 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.9.3"
export TERRAFORM_PROJECT_INFRASTRUCTURE_VERSION="v0.14.0"
export TERRAFORM_PROJECT_INFRASTRUCTURE_VERSION="v0.15.0"

export AWS_CONFIG_FILE="$CONFIG_AWS_SSO_FILE"
export AWS_PROFILE="dalmatian-main"
Expand Down
11 changes: 11 additions & 0 deletions data/tfvars-templates/infrastructure.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,16 @@ ecs_cluster_efs_directories = []
infrastructure_rds_defaults = {}
infrastructure_rds = {}

# Infrastructure ElastiCache
infrastructure_elasticache_defaults = {}
infrastructure_elasticache = {}

# Custom CloudFormation Stacks
enable_cloudformatian_s3_template_store = false
custom_cloudformation_stacks = {}

# Custom S3 buckets
custom_s3_buckets = {}

# Custom Hosted Zones
custom_route53_hosted_zones = {}

0 comments on commit 2e4240e

Please sign in to comment.