diff --git a/website/docs/r/lb.html.markdown b/website/docs/r/lb.html.markdown
index d48ad948c5ed..cb6cda44788a 100644
--- a/website/docs/r/lb.html.markdown
+++ b/website/docs/r/lb.html.markdown
@@ -76,6 +76,10 @@ resource "aws_lb" "example" {
## Argument Reference
+~> **NOTE:** Please note that internal LBs can only use `ipv4` as the ip_address_type. You can only change to `dualstack` ip_address_type if the selected subnets are IPv6 enabled.
+
+~> **NOTE:** Please note that one of either `subnets` or `subnet_mapping` is required.
+
The following arguments are supported:
* `name` - (Optional) The name of the LB. This name must be unique within your AWS account, can have a maximum of 32 characters,
@@ -99,8 +103,6 @@ for load balancers of type `network` will force a recreation of the resource.
* `ip_address_type` - (Optional) The type of IP addresses used by the subnets for your load balancer. The possible values are `ipv4` and `dualstack`
* `tags` - (Optional) A mapping of tags to assign to the resource.
-~> **NOTE::** Please note that internal LBs can only use `ipv4` as the ip_address_type. You can only change to `dualstack` ip_address_type if the selected subnets are IPv6 enabled.
-
Access Logs (`access_logs`) support the following:
* `bucket` - (Required) The S3 bucket name to store the logs in.