diff --git a/plugins/modules/gcp_compute_subnetwork.py b/plugins/modules/gcp_compute_subnetwork.py index 0c6f93b..648e638 100644 --- a/plugins/modules/gcp_compute_subnetwork.py +++ b/plugins/modules/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/plugins/modules/gcp_compute_subnetwork_facts.py b/plugins/modules/gcp_compute_subnetwork_facts.py index 66366bb..c4c6165 100644 --- a/plugins/modules/gcp_compute_subnetwork_facts.py +++ b/plugins/modules/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: