Update SES module in dogfood to latest (#28289)

This commit is contained in:
Robert Fairburn 2025-04-16 12:04:30 -05:00 committed by GitHub
parent f59713b7ce
commit 8ff1f8c825
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -120,7 +120,7 @@ resource "aws_route53_record" "free" {
}
module "ses-free" {
source = "github.com/fleetdm/fleet-terraform//addons/ses?ref=tf-mod-addon-ses-v1.2.0"
source = "github.com/fleetdm/fleet-terraform//addons/ses?ref=tf-mod-addon-ses-v1.3.0"
zone_id = aws_route53_zone.free.zone_id
domain = "free.fleetdm.com"
}

View file

@ -514,7 +514,7 @@ module "notify_slack_p2" {
}
module "ses" {
source = "github.com/fleetdm/fleet-terraform//addons/ses?ref=tf-mod-addon-ses-v1.2.0"
source = "github.com/fleetdm/fleet-terraform//addons/ses?ref=tf-mod-addon-ses-v1.3.0"
zone_id = aws_route53_zone.main.zone_id
domain = "dogfood.fleetdm.com"
}