outputs.tf 89 B

1234567
  1. #output "TODO" {
  2. # value = TODO
  3. #}
  4. output arn {
  5. value = aws_s3_bucket.bucket.arn
  6. }