Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tf: email service #165

Merged
merged 9 commits into from
Dec 4, 2024
Merged

tf: email service #165

merged 9 commits into from
Dec 4, 2024

Conversation

crlssn
Copy link
Owner

@crlssn crlssn commented Dec 4, 2024

PR Type

enhancement


Description

  • Introduced aws_ses_domain_identity resource to enable SES domain identity for "getstronger.pro".
  • Added aws_route53_record resource to create a TXT record for SES verification in Route 53.
  • Configured SES and DNS resources to facilitate email service setup.

Changes walkthrough 📝

Relevant files
Enhancement
email.tf
Add SES domain identity and DNS verification resources     

infrastructure/email.tf

  • Added aws_ses_domain_identity resource for domain identity
    verification.
  • Added aws_route53_record resource for SES verification TXT record.
  • Configured SES domain identity for "getstronger.pro".
  • Configured Route 53 DNS record for SES verification.
  • +11/-0   

    💡 PR-Agent usage: Comment /help "your question" on any pull request to receive relevant information

    @crlssn crlssn added the deploy Deploy the branch to production label Dec 4, 2024
    Copy link

    github-actions bot commented Dec 4, 2024

    PR Reviewer Guide 🔍

    Here are some key observations to aid the review process:

    ⏱️ Estimated effort to review: 2 🔵🔵⚪⚪⚪
    🧪 No relevant tests
    🔒 No security concerns identified
    ⚡ No major issues detected

    Copy link

    github-actions bot commented Dec 4, 2024

    PR Code Suggestions ✨

    No code suggestions found for the PR.

    @github-actions github-actions bot removed the deploy Deploy the branch to production label Dec 4, 2024
    Copy link

    codecov bot commented Dec 4, 2024

    Bundle Report

    Bundle size has no change ✅

    @crlssn crlssn added the deploy Deploy the branch to production label Dec 4, 2024
    @crlssn crlssn added deploy Deploy the branch to production and removed deploy Deploy the branch to production labels Dec 4, 2024
    @crlssn crlssn added deploy Deploy the branch to production and removed deploy Deploy the branch to production labels Dec 4, 2024
    @crlssn crlssn added deploy Deploy the branch to production and removed deploy Deploy the branch to production labels Dec 4, 2024
    @crlssn crlssn added deploy Deploy the branch to production and removed deploy Deploy the branch to production labels Dec 4, 2024
    @crlssn crlssn added deploy Deploy the branch to production and removed deploy Deploy the branch to production labels Dec 4, 2024
    @crlssn crlssn added deploy Deploy the branch to production and removed deploy Deploy the branch to production labels Dec 4, 2024
    @crlssn crlssn added deploy Deploy the branch to production and removed deploy Deploy the branch to production labels Dec 4, 2024
    @github-actions github-actions bot removed the deploy Deploy the branch to production label Dec 4, 2024
    @crlssn crlssn merged commit f73a706 into main Dec 4, 2024
    3 checks passed
    @crlssn crlssn deleted the email-confirmation branch December 4, 2024 20:01
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    1 participant