Skip to content

Commit

Permalink
Remove cloudfront
Browse files Browse the repository at this point in the history
  • Loading branch information
aloftus23 committed Feb 7, 2024
1 parent 66627af commit 7b8d1f3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 209 deletions.
201 changes: 0 additions & 201 deletions infrastructure/frontend.tf

This file was deleted.

1 change: 0 additions & 1 deletion infrastructure/prod.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ ssm_lg_api_key = "/crossfeed/prod/LG_API_KEY"
ssm_lg_workspace_name = "/crossfeed/prod/LG_WORKSPACE_NAME"
ssm_shodan_queue_url = "/crossfeed/prod/SHODAN_QUEUE_URL"
ssm_dnstwist_queue_url = "/crossfeed/prod/DNSTWIST_QUEUE_URL"
cloudfront_name = "Crossfeed Prod Frontend"
db_group_name = "crossfeed-prod-db-group"
worker_ecs_repository_name = "crossfeed-prod-worker"
worker_ecs_cluster_name = "crossfeed-prod-worker"
Expand Down
1 change: 0 additions & 1 deletion infrastructure/stage.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ ssm_lg_api_key = "/crossfeed/staging/LG_API_KEY"
ssm_lg_workspace_name = "/crossfeed/staging/LG_WORKSPACE_NAME"
ssm_shodan_queue_url = "/crossfeed/staging/SHODAN_QUEUE_URL"
ssm_dnstwist_queue_url = "/crossfeed/staging/DNSTWIST_QUEUE_URL"
cloudfront_name = "Crossfeed Staging Frontend"
db_group_name = "crossfeed-staging-db-group"
worker_ecs_repository_name = "crossfeed-staging-worker"
worker_ecs_cluster_name = "crossfeed-staging-worker"
Expand Down
6 changes: 0 additions & 6 deletions infrastructure/vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -346,12 +346,6 @@ variable "ssm_dnstwist_queue_url" {
default = "/crossfeed/staging/DNSTWIST_QUEUE_URL"
}

variable "cloudfront_name" {
description = "cloudfront_name"
type = string
default = "Crossfeed Staging Frontend"
}

variable "db_group_name" {
description = "db_group_name"
type = string
Expand Down

0 comments on commit 7b8d1f3

Please sign in to comment.