Skip to content

Commit d68b98e

Browse files
authored
Update data.tf
1 parent d6b8ee1 commit d68b98e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

data.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ AWS_DEFAULT_REGION = "${data.aws_region.current.name}"
115115
ALB_DNS_NAME = "${aws_lb.this["inner"].dns_name}"
116116
EFS_DNS_TARGET = "${values(aws_efs_mount_target.this).0.dns_name}"
117117

118+
SNS_TOPIC_ARN = "${aws_sns_topic.default.arn}"
119+
118120
CODECOMMIT_APP_REPO = "codecommit::${data.aws_region.current.name}://${aws_codecommit_repository.app.repository_name}"
119121
CODECOMMIT_SERVICES_REPO = "codecommit::${data.aws_region.current.name}://${aws_codecommit_repository.services.repository_name}"
120122

0 commit comments

Comments
 (0)