Skip to content

Commit

Permalink
update: output arn
Browse files Browse the repository at this point in the history
  • Loading branch information
ad869 committed Mar 15, 2021
1 parent 3a6b384 commit 0f56dcf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions output.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@ output "this_cloudfront_access_identity_arn" {
description = "A pre-generated ARN for use in S3 bucket policies "
value = aws_cloudfront_origin_access_identity.origin_access_identity.iam_arn
}

output "this_cloudfront_arn" {
description = "The ARN (Amazon Resource Name) for the distribution"
value = aws_cloudfront_distribution.s3_distribution.arn
}

0 comments on commit 0f56dcf

Please sign in to comment.