Skip to content

Commit 3e54c50

Browse files
committed
Apply 2 suggestion(s) to 2 file(s)
1 parent 9e13faf commit 3e54c50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

terraform/aws/terraform.tfvars.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
# OPTIONAL PARAMETERS
4646
# -------------------------
4747

48-
# postgres_ai version (optional, defaults to 'main')
48+
# postgres_ai version (optional, defaults to actual)
4949
# postgres_ai_version = "0.9" # branch or specific tag like "0.9"
5050

5151
# PostgreSQL instances to monitor (optional, can be empty for initial setup)

terraform/aws/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,6 @@ variable "enable_demo_db" {
8282
variable "postgres_ai_version" {
8383
description = "postgres_ai version (git tag or branch)"
8484
type = string
85-
default = "main"
85+
default = "0.9"
8686
}
8787

0 commit comments

Comments
 (0)