From af5752804c3865dbbaed12575d52770aa4deb420 Mon Sep 17 00:00:00 2001 From: FujiHaruka Date: Tue, 16 Jul 2019 19:59:51 +0900 Subject: [PATCH] v2.1.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a59c11..e208f82 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Provision a static website hosted through S3 + CloudFront in AWS ```hcl module "website" { source = "realglobe-Inc/static-website/aws" - version = "2.1.0" + version = "2.1.1" service_name = "your-service-name" aws_profile = "aws-profile-name" domain_names = list("foo.example.com", "bar.example.com")