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.