strip cluster bootstraps
All checks were successful
AI Code Review / ai-review (pull_request) Successful in 59s
All checks were successful
AI Code Review / ai-review (pull_request) Successful in 59s
This commit is contained in:
@@ -38,36 +38,7 @@ variable "control_plane_ip_filter" {
|
||||
default = ["0.0.0.0/0"]
|
||||
}
|
||||
|
||||
variable "termination_protection" {
|
||||
description = "Protect managed databases from accidental deletion"
|
||||
type = bool
|
||||
default = false
|
||||
}
|
||||
|
||||
variable "tags" {
|
||||
description = "Labels to apply to resources"
|
||||
type = map(string)
|
||||
}
|
||||
|
||||
# ─── Managed Data Services ───────────────────────────────────────────
|
||||
|
||||
variable "pg_plan" {
|
||||
description = "UpCloud Managed PostgreSQL plan"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "pg_version" {
|
||||
description = "PostgreSQL major version"
|
||||
type = string
|
||||
default = "16"
|
||||
}
|
||||
|
||||
variable "valkey_plan" {
|
||||
description = "UpCloud Managed Valkey plan"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "objstore_region" {
|
||||
description = "UpCloud Managed Object Storage region"
|
||||
type = string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user