diff --git a/lib/ansible/modules/cloud/google/gcp_compute_subnetwork.py b/lib/ansible/modules/cloud/google/gcp_compute_subnetwork.py
index f33349d0b9..3097e9abf6 100644
--- a/lib/ansible/modules/cloud/google/gcp_compute_subnetwork.py
+++ b/lib/ansible/modules/cloud/google/gcp_compute_subnetwork.py
@@ -122,8 +122,8 @@ options:
         required: true
   private_ip_google_access:
     description:
-    - Whether the VMs in this subnet can access Google services without assigned external
-      IP addresses.
+    - When enabled, VMs in this subnetwork without external IP addresses can access
+      Google APIs and services by using Private Google Access.
     required: false
     type: bool
   region:
@@ -243,8 +243,8 @@ secondaryIpRanges:
       type: str
 privateIpGoogleAccess:
   description:
-  - Whether the VMs in this subnet can access Google services without assigned external
-    IP addresses.
+  - When enabled, VMs in this subnetwork without external IP addresses can access
+    Google APIs and services by using Private Google Access.
   returned: success
   type: bool
 region:
diff --git a/lib/ansible/modules/cloud/google/gcp_compute_subnetwork_facts.py b/lib/ansible/modules/cloud/google/gcp_compute_subnetwork_facts.py
index 0c6a4e52d5..77de9f76fc 100644
--- a/lib/ansible/modules/cloud/google/gcp_compute_subnetwork_facts.py
+++ b/lib/ansible/modules/cloud/google/gcp_compute_subnetwork_facts.py
@@ -152,8 +152,8 @@ items:
           type: str
     privateIpGoogleAccess:
       description:
-      - Whether the VMs in this subnet can access Google services without assigned
-        external IP addresses.
+      - When enabled, VMs in this subnetwork without external IP addresses can access
+        Google APIs and services by using Private Google Access.
       returned: success
       type: bool
     region: