outputs.tf 67 B

123
  1. output "s3_bucket_name" {
  2. value = "${aws_s3_bucket.bucket.name}"
  3. }