Skip to content

Commit

Permalink
Remove data and output blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
waxlamp committed Jan 29, 2025
1 parent c405b1f commit 7ecdd07
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions terraform/email_forwarding.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,6 @@ import {
id = "dandiarchive.org"
}

# Retrieve and display domain check status.
data "improvmx_domain_check" "dandiarchive" {
domain = improvmx_domain.dandiarchive.domain
}

output "domain_status" {
value = data.improvmx_domain_check.dandiarchive
}

# Set up email forwards.
resource "improvmx_email_forward" "help" {
domain = improvmx_domain.dandiarchive.domain
Expand Down

0 comments on commit 7ecdd07

Please sign in to comment.