Skip to content
This repository was archived by the owner on Mar 17, 2021. It is now read-only.

Not all parameters are exposed to configure a postgresql datasource #28

Closed
MrLuje opened this issue Dec 18, 2019 · 2 comments
Closed

Not all parameters are exposed to configure a postgresql datasource #28

MrLuje opened this issue Dec 18, 2019 · 2 comments

Comments

@MrLuje
Copy link

MrLuje commented Dec 18, 2019

Describe the bug
I can't configure all parameters of the postgres grafana_data_source type

resource "grafana_data_source" "pgsqldatasource" {
  type = "postgres"
}

From grafana's doc, the following parameters don't seem to be configurable :

  • SSL Mode
  • Max open
  • Max idle
  • Max lifetime
  • Version
  • TimescaleDB
@mlclmj
Copy link
Contributor

mlclmj commented Apr 12, 2020

This isn't a library issue--this was added in January with #35, though it hasn't made it into the provider yet. This has been on my to-do list but I'll try to get to it 😄

@mlclmj mlclmj closed this as completed Apr 12, 2020
@MrLuje
Copy link
Author

MrLuje commented Apr 13, 2020

Yeah, my bad, this should have been created in the provider's repo
Thanks for adding the parameters 👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants