Skip to content

Commit b2d606e

Browse files
committed
updated readme
1 parent 3d8f130 commit b2d606e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ Used to publish static website files to an S3 bucket with proper MIME type
66
``` Terraform
77
module "s3-static-website" {
88
source = "Lupus-Metallum/s3-static-website/aws"
9-
version = "1.0.1"
9+
version = "1.0.6"
1010
1111
bucket_id = aws_s3_bucket.example.id
1212
file_path = "${path.module}/src/my-website-files/" # Where your index.html and TLD web content lives
1313
acl = "public-read"
1414
storage_class = "STANDARD"
15+
cache_control = "max-age=31536000"
1516
}
1617
```

0 commit comments

Comments
 (0)