spn
Cloud Spanner
DatabasesGCP
General
General information about the service.
Description
Google Cloud Spanner is a fully managed, mission-critical relational database with unlimited scale and strong consistency.
Service ID
spanner.googleapis.comResource Pattern
projects/{project}/instances/{instance}References
Chat
Powered by AITalk to this service to learn more about it.
Suggested questions:
Naming
The conventions, rules, and restrictions for naming this service.
Naming Convention
spn-{workload}-{environment}Length
1-63
Valid Characters
Lowercase letters, numbers, hyphens
Scope
project
Code
Deploy your infrastructure as code using your preferred tooling.
Official Documentation
terraform
1resource "google_spanner_instance" "main" {2 name = "spn-${var.environment}"3 config = "regional-us-central1"4 display_name = "spn-${var.environment}"5 num_nodes = 16}
Utilities
Utilities to support app deployment or configuration.