Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #27 from girder/smtp-move
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhelba authored Dec 1, 2022
2 parents 8b5a121 + 02e4195 commit 89ea92e
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 106 deletions.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ data "aws_iam_policy_document" "server_assetstore" {
}

module "smtp" {
source = "./modules/smtp"
source = "girder/girder4/heroku//modules/smtp"

project_slug = var.project_slug
route53_zone_id = var.route53_zone_id
Expand Down
55 changes: 0 additions & 55 deletions modules/smtp/main.tf

This file was deleted.

24 changes: 0 additions & 24 deletions modules/smtp/outputs.tf

This file was deleted.

17 changes: 0 additions & 17 deletions modules/smtp/variables.tf

This file was deleted.

9 changes: 0 additions & 9 deletions modules/smtp/versions.tf

This file was deleted.

0 comments on commit 89ea92e

Please sign in to comment.