Add support for processing_units to google_spanner_instance (#4993) (#450)

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:
The Magician 2021-08-03 17:09:52 -05:00 committed by GitHub
commit ff2ac11bea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 29 additions and 6 deletions

View file

@ -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: