In this project, I developed a streamlined infrastructure for hosting a static website using Terraform and Amazon Web Services (AWS) S3. The primary goal of this project is to demonstrate the automated provisioning and deployment of a web hosting solution for static websites.
No requirements.
Name | Version |
---|---|
aws | 5.67.0 |
No modules.
Name | Type |
---|---|
aws_s3_bucket.bucket_1 | resource |
aws_s3_bucket_policy.public_read_access | resource |
aws_s3_bucket_public_access_block.bucket_1 | resource |
aws_s3_bucket_website_configuration.bucket_1 | resource |
aws_s3_object.error | resource |
aws_s3_object.index | resource |
aws_s3_object.style | resource |
Name | Description | Type | Default | Required |
---|---|---|---|---|
region | The AWS region to deploy to | string |
"eu-east-1" |
no |
Name | Description |
---|---|
website_endpoint | aws_s3_bucket_website_configuration.bucket_1.website_endpoint |