Skip to content
This repository has been archived by the owner on Nov 14, 2020. It is now read-only.

Fix max_connections validations. #128

Merged
merged 1 commit into from
Apr 6, 2020
Merged

Conversation

cyrilgdn
Copy link
Contributor

@cyrilgdn cyrilgdn commented Apr 4, 2020

fix #125

It should allow to set 0 which means unlimited.

I also increase the default value up to 20.
4 is quite low (especially when using database specific resources).

This also uses Terraform helpers for int validation instead of custom functions.

It should allow to set 0 which means no limit.
I also increase the default value up to 20.
4 is quite low (especially when using database specific resources).

This also uses Terraform helpers for int validation instead of custom functions.
@ghost ghost added the size/XS label Apr 4, 2020
@andyyaldoo
Copy link

Hi @cyrilgdn, not sure if I can be added as reviewer. Anyway, LGTM

@cyrilgdn
Copy link
Contributor Author

cyrilgdn commented Apr 6, 2020

Thanks @andyyaldoo .

@cyrilgdn cyrilgdn merged commit 81b41c5 into master Apr 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to set max_connections to zero
2 participants