Ansible - Fixing Target Instance / Reservation Docs (#40)

Ansible - Fixing Target Instance / Reservation Docs
This commit is contained in:
Alex Stephen 2019-11-04 10:44:04 -08:00 committed by GitHub
commit 021d06b22a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -101,7 +101,7 @@ options:
min_cpu_platform: min_cpu_platform:
description: description:
- The minimum CPU platform for the reservation. For example, `"Intel Skylake"`. - The minimum CPU platform for the reservation. For example, `"Intel Skylake"`.
See the CPU platform availability reference](U(https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform#availablezones)) See U(https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform#availablezones)
for information on available CPU platforms. for information on available CPU platforms.
required: false required: false
type: str type: str
@ -291,7 +291,7 @@ specificReservation:
minCpuPlatform: minCpuPlatform:
description: description:
- The minimum CPU platform for the reservation. For example, `"Intel Skylake"`. - The minimum CPU platform for the reservation. For example, `"Intel Skylake"`.
See the CPU platform availability reference](U(https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform#availablezones)) See U(https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform#availablezones)
for information on available CPU platforms. for information on available CPU platforms.
returned: success returned: success
type: str type: str

View file

@ -191,7 +191,7 @@ resources:
minCpuPlatform: minCpuPlatform:
description: description:
- The minimum CPU platform for the reservation. For example, `"Intel - The minimum CPU platform for the reservation. For example, `"Intel
Skylake"`. See the CPU platform availability reference](U(https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform#availablezones)) Skylake"`. See U(https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform#availablezones)
for information on available CPU platforms. for information on available CPU platforms.
returned: success returned: success
type: str type: str

View file

@ -33,7 +33,7 @@ module: gcp_compute_target_instance
description: description:
- Represents a TargetInstance resource which defines an endpoint instance that terminates - Represents a TargetInstance resource which defines an endpoint instance that terminates
traffic of certain protocols. In particular, they are used in Protocol Forwarding, traffic of certain protocols. In particular, they are used in Protocol Forwarding,
where forwarding rules can send packets to a non-NATed target instance. Each target where forwarding rules can send packets to a non-NAT'ed target instance. Each target
instance contains a single virtual machine instance that receives and handles traffic instance contains a single virtual machine instance that receives and handles traffic
from the corresponding forwarding rules. from the corresponding forwarding rules.
short_description: Creates a GCP TargetInstance short_description: Creates a GCP TargetInstance