Skip to content
Snippets Groups Projects
Commit bb76eab3 authored by Omkar Nadkarni's avatar Omkar Nadkarni
Browse files

Upload New File

parent c6cd1773
Branches
No related tags found
No related merge requests found
# Output variable definitions
output "arn" {
description = "ARN of the bucket"
value = aws_s3_bucket.s3_bucket.arn
}
output "name" {
description = "Name (id) of the bucket"
value = aws_s3_bucket.s3_bucket.id
}
output "website_endpoint" {
description = "Domain name of the bucket"
value = aws_s3_bucket.s3_bucket.website_endpoint
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment