Skip to content

Commit eb39953

Browse files
committed
Cleanup terraform
1 parent c854d3d commit eb39953

File tree

5 files changed

+0
-180
lines changed

5 files changed

+0
-180
lines changed

infrastructure/applications/pycon_backend/main.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,6 @@ data "aws_acm_certificate" "cert" {
4646
provider = aws.us
4747
}
4848

49-
data "aws_lambda_function" "forward_host_header" {
50-
function_name = "forward_host_header"
51-
provider = aws.us
52-
}
53-
5449
data "aws_sesv2_configuration_set" "main" {
5550
configuration_set_name = "pythonit-${terraform.workspace}"
5651
}

infrastructure/global/cloudwatch/deploy_logs.tf

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

infrastructure/global/iam_roles/lambda_roles.tf

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

infrastructure/global/lambdas/main.tf

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

infrastructure/global/modules.tf

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
# Generic
21
module "ecr_repos" {
32
source = "./ecr_repos"
43
}
54

6-
# Domains
7-
85
module "python_it" {
96
source = "./domains/python_it"
107
}
@@ -13,20 +10,10 @@ module "pycon_it" {
1310
source = "./domains/pycon_it"
1411
}
1512

16-
# VPC
17-
1813
module "vpc" {
1914
source = "./vpc"
2015
}
2116

22-
# Roles
23-
24-
module "iam_roles" {
25-
source = "./iam_roles"
26-
}
27-
28-
# Certs
29-
3017
module "certs_beta" {
3118
source = "./certs/beta"
3219

@@ -45,26 +32,10 @@ module "certs" {
4532
}
4633
}
4734

48-
# Buckets
49-
5035
module "buckets" {
5136
source = "./buckets"
5237
}
5338

54-
# Cloudwatch
55-
56-
module "cloudwatch" {
57-
source = "./cloudwatch"
58-
}
59-
60-
module "lambdas" {
61-
source = "./lambdas"
62-
providers = {
63-
aws = aws
64-
aws.us = aws.us
65-
}
66-
}
67-
6839
module "archives" {
6940
source = "./archives"
7041

0 commit comments

Comments
 (0)