Skip to content

Commit

Permalink
Merge branch 'b-route53-zone-domain' into b-route53-zone-ses-domain
Browse files Browse the repository at this point in the history
  • Loading branch information
anGie44 committed Jul 22, 2020
2 parents 29d51ea + dd54a9c commit a315fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/guides/version-3-upgrade.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ output "lambda_result" {

### Removal of name trailing period

Previously the resource returned the Hosted Zone Domain Name directly from the API, which included a `.` suffix. This proves difficult when many other AWS services do not accept this trailing period (e.g. ACM Certificate). This period is now automatically removed. For example, when the attribute would previously return a Hosted Zone Domain Name such as `www.example.com.`, the attribute now will be returned as `www.example.com`.
Previously the data-source returned the Hosted Zone Domain Name directly from the API, which included a `.` suffix. This proves difficult when many other AWS services do not accept this trailing period (e.g. ACM Certificate). This period is now automatically removed. For example, when the attribute would previously return a Hosted Zone Domain Name such as `www.example.com.`, the attribute now will be returned as `www.example.com`.
When providing a `name` to the data-source, this too should be given without the trailing period to match the updated naming convention.

## Resource: aws_acm_certificate
Expand Down

0 comments on commit a315fb2

Please sign in to comment.