fleet/terraform/addons/ses
Benjamin Edwards 9c594fba21
feat(terraform): add zone_id variable to ses module (#11196)
The zone_id variable is added to the ses module to allow the module to
be used with different Route53 zones. The variable is used in the
aws_route53_record resource to set the zone_id attribute. The
aws_route53_zone data source is removed from the module and the zone_id
attribute is set directly. The count attribute is added to the
aws_route53_record resource to allow for multiple DKIM records to be
created.
2023-04-17 17:04:51 -04:00
..
.header.md add support for AWS SES email backend (#10847) 2023-04-06 13:21:07 -05:00
.terraform-docs.yml add support for AWS SES email backend (#10847) 2023-04-06 13:21:07 -05:00
main.tf feat(terraform): add zone_id variable to ses module (#11196) 2023-04-17 17:04:51 -04:00
outputs.tf add support for AWS SES email backend (#10847) 2023-04-06 13:21:07 -05:00
README.md add support for AWS SES email backend (#10847) 2023-04-06 13:21:07 -05:00
variables.tf feat(terraform): add zone_id variable to ses module (#11196) 2023-04-17 17:04:51 -04:00

SES Mailing Addon

This addon allows Fleet to send password resets via SES

Requirements

No requirements.

Providers

Name Version
aws 4.60.0

Modules

No modules.

Resources

Name Type
aws_iam_policy.main resource
aws_route53_record.dkim resource
aws_route53_record.ses_verification resource
aws_route53_record.spf_domain resource
aws_ses_domain_dkim.default resource
aws_ses_domain_identity.default resource
aws_ses_domain_identity_verification.default resource
aws_iam_policy_document.main data source
aws_route53_zone.main data source

Inputs

Name Description Type Default Required
domain Domain to use for SES. string n/a yes

Outputs

Name Description
fleet_extra_environment_variables n/a
fleet_extra_iam_policies n/a