File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed
Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -289,10 +289,10 @@ Available targets:
289289| cf\_ identity\_ iam\_ arn | CloudFront Origin Access Identity IAM ARN |
290290| cf\_ s3\_ canonical\_ user\_ id | Canonical user ID for CloudFront Origin Access Identity |
291291| cf\_ status | Current status of the distribution |
292- | logs | Logs resource |
293- | s3\_ bucket | Name of S3 bucket |
294- | s3\_ bucket\_ arn | ARN of S3 bucket |
295- | s3\_ bucket\_ domain\_ name | Domain of S3 bucket |
292+ | logs | Log bucket resource |
293+ | s3\_ bucket | Name of origin S3 bucket |
294+ | s3\_ bucket\_ arn | ARN of origin S3 bucket |
295+ | s3\_ bucket\_ domain\_ name | Domain of origin S3 bucket |
296296<!-- markdownlint-restore -->
297297
298298
Original file line number Diff line number Diff line change 133133| cf\_ identity\_ iam\_ arn | CloudFront Origin Access Identity IAM ARN |
134134| cf\_ s3\_ canonical\_ user\_ id | Canonical user ID for CloudFront Origin Access Identity |
135135| cf\_ status | Current status of the distribution |
136- | logs | Logs resource |
137- | s3\_ bucket | Name of S3 bucket |
138- | s3\_ bucket\_ arn | ARN of S3 bucket |
139- | s3\_ bucket\_ domain\_ name | Domain of S3 bucket |
136+ | logs | Log bucket resource |
137+ | s3\_ bucket | Name of origin S3 bucket |
138+ | s3\_ bucket\_ arn | ARN of origin S3 bucket |
139+ | s3\_ bucket\_ domain\_ name | Domain of origin S3 bucket |
140140<!-- markdownlint-restore -->
Original file line number Diff line number Diff line change @@ -40,22 +40,22 @@ output "cf_s3_canonical_user_id" {
4040
4141output "s3_bucket" {
4242 value = local. bucket
43- description = " Name of S3 bucket"
43+ description = " Name of origin S3 bucket"
4444}
4545
4646output "s3_bucket_domain_name" {
4747 value = local. bucket_domain_name
48- description = " Domain of S3 bucket"
48+ description = " Domain of origin S3 bucket"
4949}
5050
5151output "s3_bucket_arn" {
5252 value = join (" " , aws_s3_bucket. origin . * . arn )
53- description = " ARN of S3 bucket"
53+ description = " ARN of origin S3 bucket"
5454}
5555
5656output "logs" {
5757 value = module. logs
58- description = " Logs resource"
58+ description = " Log bucket resource"
5959}
6060
6161output "aliases" {
You can’t perform that action at this time.
0 commit comments