Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hashicorp/learn-terraform-cloudflare-static-website
https://github.com/hashicorp/learn-terraform-cloudflare-static-website
hashicorp terraform tutorial
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/hashicorp/learn-terraform-cloudflare-static-website
- Owner: hashicorp
- License: mpl-2.0
- Created: 2021-03-24T15:35:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-28T16:33:52.000Z (about 1 year ago)
- Last Synced: 2024-09-27T12:42:05.273Z (about 1 month ago)
- Topics: hashicorp, terraform, tutorial
- Language: HTML
- Homepage: https://learn.hashicorp.com/tutorials/terraform/cloudflare-static-website
- Size: 338 KB
- Stars: 21
- Watchers: 12
- Forks: 19
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - hashicorp/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.