Skip to content

Commit dfc5373

Browse files
[PRMP-579] remove indexing on outputs
1 parent d9fd6bc commit dfc5373

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
output "cloudfront_url" {
2-
value = aws_cloudfront_distribution.distribution[0].domain_name
2+
value = aws_cloudfront_distribution.distribution.domain_name
33
}
44

55
output "cloudfront_arn" {
66
description = "The ARN of the CloudFront Distribution"
7-
value = aws_cloudfront_distribution.distribution[0].arn
7+
value = aws_cloudfront_distribution.distribution.arn
88
}

0 commit comments

Comments
 (0)