From 215727fbd62079fe4c7af98d883580752fe02297 Mon Sep 17 00:00:00 2001 From: The Magician Date: Wed, 3 Jun 2020 10:59:24 -0700 Subject: [PATCH] make subnetwork region forcenew and update its description (#3599) (#233) Signed-off-by: Modular Magician --- plugins/modules/gcp_compute_subnetwork.py | 4 ++-- plugins/modules/gcp_compute_subnetwork_info.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/modules/gcp_compute_subnetwork.py b/plugins/modules/gcp_compute_subnetwork.py index ec27fc8..302fb94 100644 --- a/plugins/modules/gcp_compute_subnetwork.py +++ b/plugins/modules/gcp_compute_subnetwork.py @@ -132,7 +132,7 @@ options: type: bool region: description: - - URL of the GCP region for this subnetwork. + - The GCP region for this subnetwork. required: true type: str project: @@ -289,7 +289,7 @@ privateIpGoogleAccess: type: bool region: description: - - URL of the GCP region for this subnetwork. + - The GCP region for this subnetwork. returned: success type: str ''' diff --git a/plugins/modules/gcp_compute_subnetwork_info.py b/plugins/modules/gcp_compute_subnetwork_info.py index e46966e..4f34e33 100644 --- a/plugins/modules/gcp_compute_subnetwork_info.py +++ b/plugins/modules/gcp_compute_subnetwork_info.py @@ -48,7 +48,7 @@ options: type: list region: description: - - URL of the GCP region for this subnetwork. + - The GCP region for this subnetwork. required: true type: str project: @@ -196,7 +196,7 @@ resources: type: bool region: description: - - URL of the GCP region for this subnetwork. + - The GCP region for this subnetwork. returned: success type: str '''