Simple DevOps project to Practice Terraform with AWS and create a Static website on S3
Create an S3 Bucket: Start by creating an S3 bucket to store your website files. The bucket name should be globally unique across all AWS accounts.
# creation of a bucket name with myterraformprojectwebsite2024
resource "aws_s3_bucket" "mybucket" {
...
attoumiblogs.hashnode.dev2 min read