You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/complete/.header.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,8 @@ cpu_for_kong_task = 512
40
40
memory_for_kong_task = 1024
41
41
desired_count_for_kong_service = 2
42
42
force_new_deployment = true
43
+
postgres_engine_version = 16.3
44
+
postgres_major_engine_version = 16
43
45
```
44
46
45
47
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.
Copy file name to clipboardExpand all lines: examples/complete/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,8 @@ cpu_for_kong_task = 512
41
41
memory_for_kong_task = 1024
42
42
desired_count_for_kong_service = 2
43
43
force_new_deployment = true
44
+
postgres_engine_version = 16.3
45
+
postgres_major_engine_version = 16
44
46
```
45
47
46
48
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