From 4d654300b58987edd4cfc6a71745545e90134385 Mon Sep 17 00:00:00 2001 From: rahul-infra Date: Fri, 7 Nov 2025 16:57:55 +0530 Subject: [PATCH] feat : Added input variable for postgres version --- examples/complete/.header.md | 2 ++ examples/complete/README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/examples/complete/.header.md b/examples/complete/.header.md index 03844b8..fd8341a 100644 --- a/examples/complete/.header.md +++ b/examples/complete/.header.md @@ -40,6 +40,8 @@ cpu_for_kong_task = 512 memory_for_kong_task = 1024 desired_count_for_kong_service = 2 force_new_deployment = true +postgres_engine_version = 16.3 +postgres_major_engine_version = 16 ``` Place this `terraform.tfvars` file in the same directory as your Terraform configuration to automatically load these values. Adjust the values as needed to fit your specific environment and requirements. diff --git a/examples/complete/README.md b/examples/complete/README.md index d27b930..a42b81c 100644 --- a/examples/complete/README.md +++ b/examples/complete/README.md @@ -41,6 +41,8 @@ cpu_for_kong_task = 512 memory_for_kong_task = 1024 desired_count_for_kong_service = 2 force_new_deployment = true +postgres_engine_version = 16.3 +postgres_major_engine_version = 16 ``` Place this `terraform.tfvars` file in the same directory as your Terraform configuration to automatically load these values. Adjust the values as needed to fit your specific environment and requirements.