mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
13 lines
242 B
HCL
13 lines
242 B
HCL
output "fleet_extra_environment_variables" {
|
|
value = {
|
|
FLEET_EMAIL_BACKEND = "ses"
|
|
FLEET_SES_SOURCE_ARN = aws_ses_domain_identity.default.arn
|
|
}
|
|
}
|
|
|
|
output "fleet_extra_iam_policies" {
|
|
value = [
|
|
aws_iam_policy.main.arn
|
|
]
|
|
}
|