mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
|
|
||
|---|---|---|
| .. | ||
| .header.md | ||
| .terraform-docs.yml | ||
| main.tf | ||
| outputs.tf | ||
| README.md | ||
| variables.tf | ||
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 |