We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09c7f27 commit 1bf7e20Copy full SHA for 1bf7e20
outputs.tf
@@ -1,7 +1,7 @@
1
##Module : DOMAIN IDENTITY
2
## Description : Terraform module to create domain identity using domain
3
output "domain_identity_arn" {
4
- value = aws_ses_domain_identity.default[0].arn
+ value = try(aws_ses_domain_identity.default[0].arn, "")
5
description = "ARN of the SES domain identity."
6
}
7
0 commit comments