From b9ceacf1f98ed6dd2431aae2f6472abc763eac94 Mon Sep 17 00:00:00 2001 From: Alex Hyett Date: Thu, 14 Jan 2021 11:40:43 +0000 Subject: [PATCH] Add link to blog post --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4c11af6..1ec36db 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Terraform for hosting a secure static website hosted on AWS using S3. +There is a [step by step guide](https://www.alexhyett.com/terraform-s3-static-website-hosting) for this code on my [blog](https://www.alexhyett.com/terraform-s3-static-website-hosting). + The terraform will set up the following components: - S3 bucket for www.yourdomain.com which will host your website files.