Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/legal90/terraform-demo-static-website
https://github.com/legal90/terraform-demo-static-website
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/legal90/terraform-demo-static-website
- Owner: legal90
- License: mit
- Created: 2022-03-14T09:04:59.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-15T21:03:01.000Z (almost 3 years ago)
- Last Synced: 2024-10-05T21:21:52.874Z (3 months ago)
- Language: HCL
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Terraform Demo Static Website
This repository contains [Terraform](https://www.terraform.io/) modules and [Terragrunt](https://terragrunt.gruntwork.io/) live configuration
for deploying the Demo Static Website to AWS in 2 ways:
- AWS S3
- AWS Amplify## Contents
- `./infrastructure-live` - "live" configuration for Terragrunt. Navigate there to deploy Demo Static Website across multiple environments.
- `./modules` - common directry for infrastructure modules. These modules are used in "live" configuration mentioned above.## Credits
While preparing this demo configuration, the following modules were used as a reference:
- https://github.com/masterpointio/terraform-aws-amplify-app
- https://github.com/infrable-io/terraform-aws-static-website