Goal
Create an S3 bucket, then read it back with a data source and expose its details as outputs.
Requirements
- An
aws_s3_bucketresource with bucket =certland-labs-ds - A
data "aws_s3_bucket"that looks that bucket up - An
outputthat exposes the bucket name from the data source
Then run terraform init && terraform apply -auto-approve.