resource "aws_s3_bucket" "s3" { bucket = "skills-bucket-0311" tags = { Name = "skills-bucket-0311" } } output "s3" { value = aws_s3_bucket.s3.id }