Skip to content

Commit bf76930

Browse files
committed
added outputs
1 parent 8ca7b34 commit bf76930

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

outputs.tf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
output "bucket" {
22
value = aws_s3_bucket.this
33
}
4+
5+
output "cwl_group" {
6+
value = aws_cloudwatch_log_group.this
7+
}
8+
9+
output "codebuild_project" {
10+
value = aws_codebuild_project.this
11+
}

0 commit comments

Comments
 (0)