Skip to content

Commit 4d65430

Browse files
author
rahul-infra
committed
feat : Added input variable for postgres version
1 parent d656d71 commit 4d65430

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

examples/complete/.header.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ cpu_for_kong_task = 512
4040
memory_for_kong_task = 1024
4141
desired_count_for_kong_service = 2
4242
force_new_deployment = true
43+
postgres_engine_version = 16.3
44+
postgres_major_engine_version = 16
4345
```
4446

4547
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.

examples/complete/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ cpu_for_kong_task = 512
4141
memory_for_kong_task = 1024
4242
desired_count_for_kong_service = 2
4343
force_new_deployment = true
44+
postgres_engine_version = 16.3
45+
postgres_major_engine_version = 16
4446
```
4547

4648
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.

0 commit comments

Comments
 (0)