Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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.