We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce359de commit 140b2c3Copy full SHA for 140b2c3
brokerpaks/aws-ses/terraform/bind/main.tf
@@ -1,6 +1,6 @@
1
locals {
2
instance_sha = "ses-${substr(sha256(var.instance_id), 0, 16)}"
3
- base_name = "csb-aws-ses-${var.instance_id}--${var.binding_id}"
+ base_name = "csb-aws-ses-${var.binding_id}"
4
subscribe_bounce_notification = (var.bounce_topic_arn != "" && var.notification_webhook != "")
5
subscribe_complaint_notification = (var.complaint_topic_arn != "" && var.notification_webhook != "")
6
subscribe_delivery_notification = (var.delivery_topic_arn != "" && var.notification_webhook != "")
0 commit comments