Skip to content

Commit

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

Bump terraform-dxw-dalmatian-infrastructure module
  • Loading branch information
Stretch96 authored Nov 22, 2023
2 parents 07deda4 + 15cc8ec commit 7493baf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/dalmatian
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ then
export GIT_DALMATIAN_INFRASTRUCTURE_REPO="terraform-dxw-dalmatian-infrastructure"

export TERRAFORM_PROJECT_ACCOUNT_BOOTSTRAP_VERSION="v0.5.0"
export TERRAFORM_PROJECT_INFRASTRUCTURE_VERSION="v0.4.0"
export TERRAFORM_PROJECT_INFRASTRUCTURE_VERSION="v0.5.0"

export AWS_CONFIG_FILE="$CONFIG_AWS_SSO_FILE"
export AWS_PROFILE="dalmatian-main"
Expand Down
3 changes: 3 additions & 0 deletions data/tfvars-templates/infrastructure.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ infrastructure_vpc_enable_dns_hostnames = false
infrastructure_vpc_instance_tenancy = "default"
infrastructure_vpc_enable_network_address_usage_metrics = false
infrastructure_vpc_assign_generated_ipv6_cidr_block = false
infrastructure_vpc_network_enable_public = false
infrastructure_vpc_network_enable_private = false
infrastructure_vpc_network_availability_zones = ["a", "b", "c"]
infrastructure_vpc_flow_logs_cloudwatch_logs = false
infrastructure_vpc_flow_logs_retention = 30
infrastructure_vpc_flow_logs_s3_with_athena = false
Expand Down

0 comments on commit 7493baf

Please sign in to comment.