mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-27 07:01:32 -07:00
Co-authored-by: upodroid <cy@borg.dev> Co-authored-by: Cameron Thornton <camthornton@google.com> Signed-off-by: Modular Magician <magic-modules@google.com> Co-authored-by: upodroid <cy@borg.dev> Co-authored-by: Cameron Thornton <camthornton@google.com>
This commit is contained in:
parent
fe79a8b1e1
commit
ff2ac11bea
2 changed files with 29 additions and 6 deletions
|
@ -128,7 +128,14 @@ resources:
|
|||
type: str
|
||||
nodeCount:
|
||||
description:
|
||||
- The number of nodes allocated to this instance.
|
||||
- The number of nodes allocated to this instance. At most one of either node_count
|
||||
or processing_units can be present in terraform. .
|
||||
returned: success
|
||||
type: int
|
||||
processingUnits:
|
||||
description:
|
||||
- The number of processing units allocated to this instance. At most one of
|
||||
processing_units or node_count can be present in terraform. .
|
||||
returned: success
|
||||
type: int
|
||||
labels:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue