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" {
4141| ------| -------------| :----:| :-------:| :--------:|
4242| cert_arn | ARN of the SSL Certificate to use for the Cloudfront Distribution | string | - | yes |
4343| 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 |
4545| redirects | A list of domains that should redirect to domain_name (i.e. for redirecting naked domain to www-version) | list | ` <list> ` | no |
4646| secret | A secret string between CloudFront and S3 to control access | string | - | yes |
4747| 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