Skip to content

Commit a7eeabb

Browse files
committed
Update README public_dir input details
1 parent 53817c5 commit a7eeabb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 |

0 commit comments

Comments
 (0)