Skip to content

Commit

Permalink
Merge pull request #11 from ministryofjustice/output-bucket-arn
Browse files Browse the repository at this point in the history
✨ output flowlogs s3 bucket arn
  • Loading branch information
kyphutruong authored Jun 26, 2024
2 parents d8ec352 + 373f787 commit 6f33bf0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Some of the inputs are tags. All infrastructure resources need to be tagged acco

| Name | Description |
|------|-------------|
| s3_bucket_name | S3 bucket containing the flow_logs|
| s3_bucket_arn | S3 bucket arn containing the flow_logs|

## Reading Material

Expand Down
4 changes: 4 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
output "s3_bucket_arn" {
description = "s3 bucket arn"
value = aws_s3_bucket.flow_logs[0].arn
}

0 comments on commit 6f33bf0

Please sign in to comment.