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 '''