File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed
Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff 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 |
Original file line number Diff line number Diff line change 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 |
Original file line number Diff line number Diff 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+ }
You can’t perform that action at this time.
0 commit comments