From 8dc179a47d2f86560af7cd5053a4024b043f396e Mon Sep 17 00:00:00 2001 From: The Magician Date: Thu, 14 Feb 2019 12:50:48 -0800 Subject: [PATCH] Clarify Private Google Access docs on Subnetwork. (#187) /cc @rileykarson --- plugins/modules/gcp_compute_subnetwork.py | 8 ++++---- plugins/modules/gcp_compute_subnetwork_facts.py | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) 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: