Skip to content

Commit

Permalink
refactored for module
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavcompanieshouse committed Dec 10, 2024
1 parent b20cb1b commit f4d66db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
aws_bucket = "development-eu-west-2.terraform-state.ch.gov.uk"
remote_state_bucket = "ch-development-terraform-state-london"
environment = "cidev"
deploy_to = "development"
state_prefix = "env:/development"
aws_profile = "development-eu-west-2"
enable_container_insights = true

Expand All @@ -21,3 +18,4 @@ asg_desired_instance_count = 0 # keep cidev at 0 instance count until ec2 launch

secure_file_transfer_create_alb = 1
file_transfer_create_alb = 1
cert_domain = "cidev.aws.chdev.org"
6 changes: 0 additions & 6 deletions groups/infrastructure/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ variable "cert_domain" {
description = "The certificate domain to use."
}

# Terraform
variable "alb_internal" {
type = string
description = "Internal or External ALB."
}

# EC2
variable "ec2_key_pair_name" {
type = string
Expand Down

0 comments on commit f4d66db

Please sign in to comment.