Skip to content

Commit 7a0941c

Browse files
authored
Fix documentation for cloudfront s3 origin identity path
1 parent d66669f commit 7a0941c

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
@@ -42,7 +42,7 @@ module "cdn" {
4242
s3_one = {
4343
domain_name = "my-s3-bycket.s3.amazonaws.com"
4444
s3_origin_config = {
45-
origin_access_identity = "s3_bucket_one"
45+
cloudfront_access_identity_path = "s3_bucket_one"
4646
}
4747
}
4848
}

0 commit comments

Comments
 (0)