blob: c833c3ddfa3c0f92d5f3389f1ea801d5c54f5146 [file] [log] [blame]
output "id" {
description = "Name of the bucket"
value = "${aws_s3_bucket.s3bucket.id}"
}
output "arn" {
description = "ARN of the bucket"
value = "${aws_s3_bucket.s3bucket.arn}"
}
output "region" {
description = "Region of the bucket"
value = "${aws_s3_bucket.s3bucket.region}"
}