diff --git a/website/source/docs/providers/aws/d/ip_ranges.html.markdown b/website/source/docs/providers/aws/d/ip_ranges.html.markdown index 171eff6ce1..f9b2c84a04 100644 --- a/website/source/docs/providers/aws/d/ip_ranges.html.markdown +++ b/website/source/docs/providers/aws/d/ip_ranges.html.markdown @@ -42,7 +42,7 @@ omitted). Valid items are `global` (for `cloudfront`) as well as all AWS regions (e.g. `eu-central-1`) * `services` - (Required) Filter IP ranges by services. Valid items are `amazon` -(for amazon.com), `cloudfront`, `ec2`, `route53` and `route53_healthchecks`. +(for amazon.com), `cloudfront`, `ec2`, `route53`, `route53_healthchecks` and `S3`. ~> **NOTE:** If the specified combination of regions and services does not yield any CIDR blocks, Terraform will fail.