https://github.com/hashicorp-education/learn-terraform-cloudflare-static-website
https://github.com/hashicorp-education/learn-terraform-cloudflare-static-website
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hashicorp-education/learn-terraform-cloudflare-static-website
- Owner: hashicorp-education
- License: mpl-2.0
- Created: 2023-08-14T19:54:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-14T20:03:23.000Z (over 1 year ago)
- Last Synced: 2023-08-14T23:59:58.296Z (over 1 year ago)
- Language: HTML
- Size: 321 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - hashicorp-education/learn-terraform-cloudflare-static-website - (HTML)
README
## Learn Terraform Cloudflare Static Website
Learn how to use Terraform to set up a static website using AWS bucket for object storage and Cloudflare for DNS, SSL and CDN. Follow along with [this Hashicorp tutorial](https://developer.hashicorp.com/terraform/tutorials/applications/cloudflare-static-website).
The [`acm-cloudfront`](https://github.com/hashicorp/learn-terraform-cloudflare-static-website/tree/acm-cloudfront) branch uses ACM for SSL certificate and Cloudfront for CDN. This configuration is more complex and works even if your S3 bucket name is already taken.