Skip to content

Commit 140b2c3

Browse files
committed
Username must be less than 65 characters; roll back prior change
1 parent ce359de commit 140b2c3

File tree

1 file changed

+1
-1
lines changed
  • brokerpaks/aws-ses/terraform/bind

1 file changed

+1
-1
lines changed

brokerpaks/aws-ses/terraform/bind/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
locals {
22
instance_sha = "ses-${substr(sha256(var.instance_id), 0, 16)}"
3-
base_name = "csb-aws-ses-${var.instance_id}--${var.binding_id}"
3+
base_name = "csb-aws-ses-${var.binding_id}"
44
subscribe_bounce_notification = (var.bounce_topic_arn != "" && var.notification_webhook != "")
55
subscribe_complaint_notification = (var.complaint_topic_arn != "" && var.notification_webhook != "")
66
subscribe_delivery_notification = (var.delivery_topic_arn != "" && var.notification_webhook != "")

0 commit comments

Comments
 (0)