Skip to content

Commit

Permalink
refactor(deploy): remove redundant email routing rule resource block
Browse files Browse the repository at this point in the history
The `cloudflare_email_routing_rule` resource block has been commented out in`deploy.tf`. This change eliminates unnecessary configuration that may have been
previously used for email routing rules.
  • Loading branch information
hocgin committed Jul 6, 2024
1 parent 90a6e74 commit 9edd605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.tf
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ resource "cloudflare_worker_cron_trigger" "cronjob" {

resource "cloudflare_pages_project" "page" {
account_id = var.CLOUDFLARE_ACCOUNT_ID
name = "${var.prefix}-page"
name = "yourselfemail"
production_branch = "main"

deployment_configs {
Expand Down

0 comments on commit 9edd605

Please sign in to comment.