-
Notifications
You must be signed in to change notification settings - Fork 100
Open
Labels
bugSomething isn't workingSomething isn't workingnewAdded to an issue when it's new ;)Added to an issue when it's new ;)staleOpen for 30 days with no activityOpen for 30 days with no activity
Description
Terraform Version Details
1.10.5
Terraform Variable File Details
Not relevant
Steps to Reproduce
Create a PostgreSQL flexible server. Using the most basic input is sufficient:
postgres_servers = {
default = {},
}
Expected Behavior
That the server parameters include the SAS documented requirements of max_connections and max_prepared_transactions both set to at least 1024. Refer to documentation:
Actual Behavior
Only max_prepared_transactions is set, not max_connections. This is because the following portions of locals.tf only specifies max_prepared_transactions:
Line 26 in 00d33fd
default_postgres_configuration = [{ name : "max_prepared_transactions", value : 1024 }] |
Additional Context
No response
References
No response
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingnewAdded to an issue when it's new ;)Added to an issue when it's new ;)staleOpen for 30 days with no activityOpen for 30 days with no activity