Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions examples/complete/.header.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 2 additions & 0 deletions examples/complete/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading