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 d6b8ee1 commit d68b98eCopy full SHA for d68b98e
data.tf
@@ -115,6 +115,8 @@ AWS_DEFAULT_REGION = "${data.aws_region.current.name}"
115
ALB_DNS_NAME = "${aws_lb.this["inner"].dns_name}"
116
EFS_DNS_TARGET = "${values(aws_efs_mount_target.this).0.dns_name}"
117
118
+SNS_TOPIC_ARN = "${aws_sns_topic.default.arn}"
119
+
120
CODECOMMIT_APP_REPO = "codecommit::${data.aws_region.current.name}://${aws_codecommit_repository.app.repository_name}"
121
CODECOMMIT_SERVICES_REPO = "codecommit::${data.aws_region.current.name}://${aws_codecommit_repository.services.repository_name}"
122
0 commit comments