File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ module "s3-static-website" {
41
41
| ------| -------------| :----:| :-------:| :--------:|
42
42
| cert_arn | ARN of the SSL Certificate to use for the Cloudfront Distribution | string | - | yes |
43
43
| domain_name | Domain name for the website (i.e. ` www.example.com ` ) | string | - | yes |
44
- | public_dir | Directory in S3 Bucket from which to serve public files | string | ` / public` | no |
44
+ | public_dir | Directory in S3 Bucket from which to serve public files (no leading or trailing slashes) | string | ` public ` | no |
45
45
| redirects | A list of domains that should redirect to domain_name (i.e. for redirecting naked domain to www-version) | list | ` <list> ` | no |
46
46
| secret | A secret string between CloudFront and S3 to control access | string | - | yes |
47
47
| tags | A mapping of tags to assign to each resource | map | ` <map> ` | no |
You can’t perform that action at this time.
0 commit comments