diff --git a/docs/r/compute_address.html.markdown b/docs/r/compute_address.html.markdown
index 54984f717d0..d692c24277e 100644
--- a/docs/r/compute_address.html.markdown
+++ b/docs/r/compute_address.html.markdown
@@ -9,8 +9,11 @@ description: |-
# google\_compute\_address
Creates a static IP address resource for Google Compute Engine. For more information see
-[the official documentation](https://cloud.google.com/compute/docs/instances-and-network) and
-[API](https://cloud.google.com/compute/docs/reference/latest/addresses).
+the official documentation for
+[external](https://cloud.google.com/compute/docs/instances-and-network) and
+[internal](https://cloud.google.com/compute/docs/ip-addresses/reserve-static-internal-ip-address)
+static IP reservations, as well as the
+[API](https://cloud.google.com/compute/docs/reference/beta/addresses/insert).
## Example Usage
@@ -36,6 +39,18 @@ The following arguments are supported:
* `region` - (Optional) The Region in which the created address should reside.
If it is not provided, the provider region is used.
+* `address_type` - (Optional) The Address Type that should be configured.
+ Specify INTERNAL to reserve an internal static IP address EXTERNAL to
+ specify an external static IP address. Defaults to EXTERNAL if omitted.
+
+* `subnetwork` - (Optional) The self link URI of the subnetwork in which to
+ create the address. A subnetwork may only be specified for INTERNAL
+ address types.
+
+* `address` - (Optional) The IP address to reserve. An address may only be
+ specified for INTERNAL address types. The IP address must be inside the
+ specified subnetwork, if any.
+
## Attributes Reference
In addition to the arguments listed above, the following computed attributes are