From ec3ed7b3b2f11996e240a5c5b2d397119a34d2f5 Mon Sep 17 00:00:00 2001 From: Chris Wright Date: Tue, 10 Sep 2024 14:58:22 +0100 Subject: [PATCH] Add default variables for terraform-dxw-dalmatian-infrastructure v0.27.0 * Adds default variables for the Infrastructure Bastion Host --- data/tfvars-templates/infrastructure.tfvars | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/tfvars-templates/infrastructure.tfvars b/data/tfvars-templates/infrastructure.tfvars index 3689fc1..ef08f3f 100644 --- a/data/tfvars-templates/infrastructure.tfvars +++ b/data/tfvars-templates/infrastructure.tfvars @@ -115,6 +115,10 @@ infrastructure_rds_backup_to_s3_retention = 30 infrastructure_elasticache_defaults = {} infrastructure_elasticache = {} +# Infrastructure Bastion Host +enable_infrastructure_bastion_host = false +infrastructure_bastion_host_custom_security_group_rules = {} + # Custom CloudFormation Stacks enable_cloudformatian_s3_template_store = false custom_cloudformation_stacks = {}