Ansible - Fixing Target Instance / Reservation Docs

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
Alex Stephen 2019-10-31 17:03:29 +00:00 committed by Modular Magician
parent 424109a1d0
commit 4a7b3993d6
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