Skip to content

Commit aa87472

Browse files
committed
Added note about us-east-1 ACM certs.
Fixes hashicorp#9170
1 parent 7859ddf commit aa87472

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

website/source/docs/providers/aws/r/cloudfront_distribution.html.markdown

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)