adb
AlloyDB
DatabasesGCP
General
General information about the service.
Description
Google AlloyDB is a fully managed PostgreSQL-compatible database for demanding enterprise workloads.
Service ID
alloydb.googleapis.comResource Pattern
projects/{project}/locations/{location}/clusters/{cluster}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
adb-{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_alloydb_cluster" "main" {2 cluster_id = "adb-${var.environment}"3 location = var.region45 network_config {6 network = google_compute_network.main.id7 }8}
Utilities
Utilities to support app deployment or configuration.