File tree Expand file tree Collapse file tree 5 files changed +0
-180
lines changed
applications/pycon_backend Expand file tree Collapse file tree 5 files changed +0
-180
lines changed Original file line number Diff line number Diff 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-
5449data "aws_sesv2_configuration_set" "main" {
5550 configuration_set_name = " pythonit-${ terraform . workspace } "
5651}
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- # Generic
21module "ecr_repos" {
32 source = " ./ecr_repos"
43}
54
6- # Domains
7-
85module "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-
1813module "vpc" {
1914 source = " ./vpc"
2015}
2116
22- # Roles
23-
24- module "iam_roles" {
25- source = " ./iam_roles"
26- }
27-
28- # Certs
29-
3017module "certs_beta" {
3118 source = " ./certs/beta"
3219
@@ -45,26 +32,10 @@ module "certs" {
4532 }
4633}
4734
48- # Buckets
49-
5035module "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-
6839module "archives" {
6940 source = " ./archives"
7041
You can’t perform that action at this time.
0 commit comments