chore: update parameter description & format docs table spanner create instance

This commit is contained in:
gRedHeadphone
2025-12-19 10:10:59 +00:00
parent 302b564ca1
commit 5b7f5a3039
2 changed files with 11 additions and 11 deletions

View File

@@ -83,8 +83,8 @@ func (cfg Config) Initialize(srcs map[string]sources.Source) (tools.Tool, error)
parameters.NewStringParameter("instanceId", "The ID of the instance"),
parameters.NewStringParameter("displayName", "The display name of the instance"),
parameters.NewStringParameter("config", "The instance configuration (e.g., regional-us-central1)"),
parameters.NewIntParameter("nodeCount", "The number of nodes"),
parameters.NewIntParameter("processingUnits", "The number of processing units"),
parameters.NewIntParameter("nodeCount", "The number of nodes, mutually exclusive with processingUnits (one must be 0)"),
parameters.NewIntParameter("processingUnits", "The number of processing units, mutually exclusive with nodeCount (one must be 0)"),
parameters.NewStringParameter("edition", "The edition of the instance (STANDARD, ENTERPRISE, ENTERPRISE_PLUS)"),
}