File tree Expand file tree Collapse file tree
website/source/docs/providers/aws/r Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -308,7 +308,8 @@ The arguments of `geo_restriction` are:
308308
309309 * ` acm_certificate_arn ` - The ARN of the [ AWS Certificate Manager] [ 6 ]
310310 certificate that you wish to use with this distribution. Specify this,
311- ` cloudfront_default_certificate ` , or ` iam_certificate_id ` .
311+ ` cloudfront_default_certificate ` , or ` iam_certificate_id ` . The ACM
312+ certificate must be in US-EAST-1.
312313
313314 * ` cloudfront_default_certificate ` - ` true ` if you want viewers to use HTTPS
314315 to request your objects and you're using the CloudFront domain name for your
@@ -356,7 +357,7 @@ The following attributes are exported:
356357
357358 * ` etag ` - The current version of the distribution's information. For example:
358359 ` E2QWRUHAPOMQZL ` .
359-
360+
360361 * ` hosted_zone_id ` - The CloudFront Route 53 zone ID that can be used to
361362 route an [ Alias Resource Record Set] [ 7 ] to. This attribute is simply an
362363 alias for the zone ID ` Z2FDTNDATAQYW2 ` .
@@ -373,7 +374,7 @@ The following attributes are exported:
373374
374375## Import
375376
376- Cloudfront Distributions can be imported using the ` id ` , e.g.
377+ Cloudfront Distributions can be imported using the ` id ` , e.g.
377378
378379```
379380$ terraform import aws_cloudfront_distribution.distribution E74FTE3EXAMPLE
You can’t perform that action at this time.
0 commit comments