We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e13faf commit 3e54c50Copy full SHA for 3e54c50
terraform/aws/terraform.tfvars.example
@@ -45,7 +45,7 @@
45
# OPTIONAL PARAMETERS
46
# -------------------------
47
48
-# postgres_ai version (optional, defaults to 'main')
+# postgres_ai version (optional, defaults to actual)
49
# postgres_ai_version = "0.9" # branch or specific tag like "0.9"
50
51
# PostgreSQL instances to monitor (optional, can be empty for initial setup)
terraform/aws/variables.tf
@@ -82,6 +82,6 @@ variable "enable_demo_db" {
82
variable "postgres_ai_version" {
83
description = "postgres_ai version (git tag or branch)"
84
type = string
85
- default = "main"
+ default = "0.9"
86
}
87
0 commit comments