LICENSE
README.md
pyproject.toml
src/deploy/__init__.py
src/deploy/aws.py
src/deploy/config.py
src/deploy/context.py
src/deploy/git.py
src/deploy/history.py
src/deploy/logging.py
src/deploy/terraform.py
src/deploy/cli/deploy.py
src/deploy/cli/templates.py
src/deploy/management/__init__.py
src/deploy/management/base_command.py
src/deploy/management/commands/__init__.py
src/deploy/management/commands/deploy.py
src/deploy/management/commands/templates.py
src/deploy/renderables/tables.py
src/deploy/renderables/util.py
src/deploy/templates/Dockerfile.j2
src/deploy/templates/terraform/deployments/{{ name }}/main.tf.j2
src/deploy/templates/terraform/modules/application/alb.tf.j2
src/deploy/templates/terraform/modules/application/ecr.tf.j2
src/deploy/templates/terraform/modules/application/ecs.tf.j2
src/deploy/templates/terraform/modules/application/elasticache.tf.j2
src/deploy/templates/terraform/modules/application/iam.tf.j2
src/deploy/templates/terraform/modules/application/locals.tf.j2
src/deploy/templates/terraform/modules/application/outputs.tf.j2
src/deploy/templates/terraform/modules/application/rds.tf.j2
src/deploy/templates/terraform/modules/application/route53.tf.j2
src/deploy/templates/terraform/modules/application/s3.tf.j2
src/deploy/templates/terraform/modules/application/secrets_manager.tf.j2
src/deploy/templates/terraform/modules/application/security_groups.tf.j2
src/deploy/templates/terraform/modules/application/ses.tf.j2
src/deploy/templates/terraform/modules/application/variables.tf.j2
src/deploy/templates/terraform/modules/application/vpc.tf.j2
src/deploy/templates/terraform/modules/shared/route53.tf.j2
src/deploy/templates/terraform/modules/shared/ses.tf.j2
src/deploy/templates/terraform/modules/shared/variables.tf.j2
src/djd.egg-info/PKG-INFO
src/djd.egg-info/SOURCES.txt
src/djd.egg-info/dependency_links.txt
src/djd.egg-info/entry_points.txt
src/djd.egg-info/requires.txt
src/djd.egg-info/top_level.txt