Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/shalb/cdev-test-template in…
Browse files Browse the repository at this point in the history
…to main
  • Loading branch information
arti-shalb committed Oct 7, 2021
2 parents db69b08 + d04a150 commit e600b17
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions s3-bucket/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ resource "aws_s3_bucket" "cdevautotests" {
output "id" {
value = aws_s3_bucket.cdevautotests.id
}

output "test" {
value = "Test output"
}

0 comments on commit e600b17

Please sign in to comment.