https://github.com/stackguardian/template-tf-aws-s3-demo-website
Repository for the demo S3 website deployment on StackGuardian Platform
https://github.com/stackguardian/template-tf-aws-s3-demo-website
aws stackguardian terraform
Last synced: about 1 year ago
JSON representation
Repository for the demo S3 website deployment on StackGuardian Platform
- Host: GitHub
- URL: https://github.com/stackguardian/template-tf-aws-s3-demo-website
- Owner: StackGuardian
- Created: 2021-04-28T08:19:29.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-23T09:24:27.000Z (about 2 years ago)
- Last Synced: 2024-05-23T09:34:06.720Z (about 2 years ago)
- Topics: aws, stackguardian, terraform
- Language: HCL
- Homepage: https://app.stackguardian.io/marketplace/IAC/stackguardian/aws-s3-demo-website
- Size: 3.64 MB
- Stars: 3
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aws-s3-staticwebsite
This Terraform configuration creates an AWS S3 bucket with website hosting enabled, along with necessary configurations and policies.
This repository has been utilized in creating a template for the onboarding flow used in StackGuardian.
## Variables
| Name | Description | Type | Default | Required |
|---------------|-------------------------------------------------------|-------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|
| bucket_region | The AWS region where the S3 bucket will be created. | string | us-east-1 | Yes |
| mime_types | Mime types of the contents to be placed in S3 bucket. | map(string) | { " banner.png " = " image/png " , " favicon.ico " = " image/vnd.microsoft.icon " , " index.html " = " text/html " , " logo.png " = " image/png " , " logo.svg " = " image/svg+xml " , " main.css " = " text/css " , " main.js " = " application/javascript " , } | Yes |
## Outputs
| **Name** | **Description** |
|:---: |:---: |
| id | Name of the created S3 bucket. |
| website_domain | Domain of the website endpoint. |
| website_endpoint | The URL of the hosted website. |
## License
This project is licensed under the [MIT License](LICENSE).