Skip to content

Commit c0f80c7

Browse files
committed
remove: waf for cost reasons
1 parent bd3afa6 commit c0f80c7

3 files changed

Lines changed: 0 additions & 63 deletions

File tree

infra/main.tf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,6 @@ module "api" {
6161
ui_hostname = module.s3.ui_hostname
6262
}
6363

64-
module "waf" {
65-
source = "./modules/api/waf"
66-
deployment_env = var.deployment_env
67-
api_gw_stage_arn = module.api.api_gw_stage_arn
68-
}
69-
7064
module "dynamodb" {
7165
source = "./modules/data/dynamodb"
7266
deployment_env = var.deployment_env

infra/modules/api/waf/main.tf

Lines changed: 0 additions & 50 deletions
This file was deleted.

infra/modules/api/waf/variables.tf

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)