Skip to content

Commit 0fd3840

Browse files
dmattiaaknysh
andcommitted
Added aliases to outputs (#59)
Co-authored-by: Andriy Knysh <[email protected]>
1 parent 34a9f34 commit 0fd3840

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ Available targets:
201201

202202
| Name | Description |
203203
|------|-------------|
204+
| aliases | Aliases of the CloudFront distibution |
204205
| cf_arn | ARN of AWS CloudFront distribution |
205206
| cf_domain_name | Domain name corresponding to the distribution |
206207
| cf_etag | Current version of the distribution's information |

docs/terraform.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060

6161
| Name | Description |
6262
|------|-------------|
63+
| aliases | Aliases of the CloudFront distibution |
6364
| cf_arn | ARN of AWS CloudFront distribution |
6465
| cf_domain_name | Domain name corresponding to the distribution |
6566
| cf_etag | Current version of the distribution's information |

outputs.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,8 @@ output "s3_bucket_domain_name" {
3737
value = local.bucket_domain_name
3838
description = "Domain of S3 bucket"
3939
}
40+
41+
output "aliases" {
42+
value = var.aliases
43+
description = "Aliases of the CloudFront distibution"
44+
}

0 commit comments

Comments
 (0)