mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
Bug fixes for GCP modules (#52617)
This commit is contained in:
@@ -122,8 +122,8 @@ options:
|
|||||||
required: true
|
required: true
|
||||||
private_ip_google_access:
|
private_ip_google_access:
|
||||||
description:
|
description:
|
||||||
- Whether the VMs in this subnet can access Google services without assigned external
|
- When enabled, VMs in this subnetwork without external IP addresses can access
|
||||||
IP addresses.
|
Google APIs and services by using Private Google Access.
|
||||||
required: false
|
required: false
|
||||||
type: bool
|
type: bool
|
||||||
region:
|
region:
|
||||||
@@ -243,8 +243,8 @@ secondaryIpRanges:
|
|||||||
type: str
|
type: str
|
||||||
privateIpGoogleAccess:
|
privateIpGoogleAccess:
|
||||||
description:
|
description:
|
||||||
- Whether the VMs in this subnet can access Google services without assigned external
|
- When enabled, VMs in this subnetwork without external IP addresses can access
|
||||||
IP addresses.
|
Google APIs and services by using Private Google Access.
|
||||||
returned: success
|
returned: success
|
||||||
type: bool
|
type: bool
|
||||||
region:
|
region:
|
||||||
|
|||||||
@@ -152,8 +152,8 @@ items:
|
|||||||
type: str
|
type: str
|
||||||
privateIpGoogleAccess:
|
privateIpGoogleAccess:
|
||||||
description:
|
description:
|
||||||
- Whether the VMs in this subnet can access Google services without assigned
|
- When enabled, VMs in this subnetwork without external IP addresses can access
|
||||||
external IP addresses.
|
Google APIs and services by using Private Google Access.
|
||||||
returned: success
|
returned: success
|
||||||
type: bool
|
type: bool
|
||||||
region:
|
region:
|
||||||
|
|||||||
Reference in New Issue
Block a user