Skip to content

add missing examples, add smtp-user module#26

Open
Jlkan wants to merge 2 commits intomainfrom
feat/fixes
Open

add missing examples, add smtp-user module#26
Jlkan wants to merge 2 commits intomainfrom
feat/fixes

Conversation

@Jlkan
Copy link
Contributor

@Jlkan Jlkan commented Nov 25, 2025

No description provided.

@Jlkan Jlkan added the review me 👀 PR is ready to be reviewed label Nov 25, 2025
Copy link
Member

@qbart qbart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some changes required,

also it would be useful to have some readme or cloud.selleo.com update to explain how to prepare s3 for TF backend


data "aws_iam_policy_document" "ses_sender" {
statement {
actions = ["ses:SendRawEmail"]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you also need ses:SendEmail

@@ -0,0 +1,23 @@
data "aws_route53_zone" "name" { # TODO adjust name to your project
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in this case i think it is fine to call it "main"

@@ -0,0 +1,29 @@
resource "random_id" "example" {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change "example" to sth valid

@@ -0,0 +1,29 @@
resource "random_id" "example" {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no "example" refs

Comment on lines +16 to +19
editable_secrets = {
CORS_ORIGIN = "Edit in AWS Console"
ENVIRONMENT = "Edit in AWS Console"
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove editables everywhere, let people mange via UI only

Comment on lines +16 to +20
editable_secrets = {
CORS_ORIGIN = "Edit in AWS Console"
ENVIRONMENT = "Edit in AWS Console"
}
} No newline at end of file
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no editables

verify_dkim = true
dmarc_enabled = true
spf_enabled = true
email_addresses = [
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

production ses, should not have emails as a whitelist anyumore (staging should)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

review me 👀 PR is ready to be reviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants