diff --git a/website/docs/d/is_vpn_gateway.html.markdown b/website/docs/d/is_vpn_gateway.html.markdown
index da67f40b90..12ee7f6fcf 100644
--- a/website/docs/d/is_vpn_gateway.html.markdown
+++ b/website/docs/d/is_vpn_gateway.html.markdown
@@ -65,7 +65,6 @@ In addition to all argument references listed, you can access the following attr
- `private_ip_address` - (String) The private IP address assigned to the VPN gateway member. This property will be present only when the VPN gateway status is `available`. This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered. Same as `primary_ip.0.address`
- `public_ip_address` - (String) The public IP address assigned to the VPN gateway member. This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.
- `role` - (String) The high availability role assigned to the VPN gateway member.
- - `status` - (String) The status of the VPN gateway member.
- `mode` - (String) Route mode VPN gateway.
@@ -79,7 +78,6 @@ In addition to all argument references listed, you can access the following attr
- `resource_type` - (String) The resource type.
-- `status` - (String) The status of the VPN gateway.
- `health_reasons` - (List) The reasons for the current health_state (if any).
Nested scheme for `health_reasons`:
diff --git a/website/docs/d/is_vpn_gateways.html.markdown b/website/docs/d/is_vpn_gateways.html.markdown
index 8c7a66df30..457edbcfc7 100644
--- a/website/docs/d/is_vpn_gateways.html.markdown
+++ b/website/docs/d/is_vpn_gateways.html.markdown
@@ -56,11 +56,9 @@ In addition to all argument reference list, you can access the following attribu
Nested scheme for `private_ip`:
- `address` - (String) The IP address. If the address has not yet been selected, the value will be 0.0.0.0. This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.
- `private_address` - (String) The private IP address assigned to the VPN gateway member. Same as `private_ip.0.address`.
- - `status` - (String) The status of the VPN gateway member.
- `resource_type` - (String) The resource type, supported value is `vpn_gateway`.
- - `status` - (String) The status of the VPN gateway, supported values are **available**, **deleting**, **failed**, **pending**.
- `health_reasons` - (List) The reasons for the current health_state (if any).
Nested scheme for `health_reasons`:
diff --git a/website/docs/r/is_vpn_gateway.html.markdown b/website/docs/r/is_vpn_gateway.html.markdown
index e5b632a5a9..a0e030c34d 100644
--- a/website/docs/r/is_vpn_gateway.html.markdown
+++ b/website/docs/r/is_vpn_gateway.html.markdown
@@ -74,12 +74,10 @@ In addition to all argument reference list, you can access the following attribu
- `address` - (String) The public IP address assigned to the VPN gateway member.
- `private_address` - (String) The private IP address assigned to the VPN gateway member.
- `role` - (String) The high availability role assigned to the VPN gateway member.
- - `status` - (String) The status of the VPN gateway member.
- `public_ip_address` - (String) The IP address assigned to this VPN gateway.
- `public_ip_address2` - (String) The Second Public IP address assigned to this VPN gateway member.
- `private_ip_address` - (String) The Private IP address assigned to this VPN gateway member.
- `private_ip_address2` - (String) The Second Private IP address assigned to this VPN gateway.
-- `status` - (String) The status of the VPN gateway. Supported values are **available**, **deleting**, **failed**, or **pending**.
- `health_reasons` - (List) The reasons for the current health_state (if any).
Nested scheme for `health_reasons`: