Skip to content

Commit

Permalink
fix (ses): remote cloudflare temporarily (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
parisk authored Oct 18, 2024
2 parents 895669f + c54c18b commit 47a1d59
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 67 deletions.
53 changes: 0 additions & 53 deletions aws/ses/cloudflare.tf

This file was deleted.

8 changes: 0 additions & 8 deletions aws/ses/providers.tf
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
terraform {
required_providers {
cloudflare = {
source = "cloudflare/cloudflare"
}
}
}

provider "aws" {
region = var.region
}
6 changes: 0 additions & 6 deletions aws/ses/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ variable "route53_zone" {
default = null
}

variable "cloudflare_zone" {
type = string
description = "Cloudflare zone ID for the SES domain verification"
default = null
}


variable "mail_from_domain" {
default = null
Expand Down

0 comments on commit 47a1d59

Please sign in to comment.