Skip to content

Commit

Permalink
Removed unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronaldo Macapobre committed Jul 31, 2024
1 parent 7ad255c commit fa6198f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions infrastructure/cloud/environments/sandbox/sandbox.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@ app_name = "jasper"
environment = "snd"
test_s3_bucket_name = "test-s3-2-bucket"
kms_key_name = "jasper-kms-key"
vpc_cidr = "10.0.0.0/16"
subnet_1 = "10.0.1.0/24"
subnet_2 = "10.0.2.0/24"
1 change: 0 additions & 1 deletion infrastructure/cloud/environments/sandbox/webapp.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ module "networking" {
environment = var.environment
app_name = var.app_name
region = var.region
vpc_cidr = var.vpc_cidr
subnet_ids = module.networking.subnet_ids
}

Expand Down
5 changes: 0 additions & 5 deletions infrastructure/cloud/modules/networking/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ variable "region" {
type = string
}

variable "vpc_cidr" {
description = "The CIDR block for the VPC"
default = "10.0.0.0/16"
}

variable "subnet_ids" {
type = list(string)
}
Expand Down

0 comments on commit fa6198f

Please sign in to comment.