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

Complete rewrite for Influxdb V2 #25

Open
gitirabassi opened this issue Aug 27, 2019 · 3 comments
Open

Complete rewrite for Influxdb V2 #25

gitirabassi opened this issue Aug 27, 2019 · 3 comments

Comments

@gitirabassi
Copy link

gitirabassi commented Aug 27, 2019

As Influxdb v2 gets closer and closer to beta I'm wondering how to to approach the provider for that. I see 3 different options for this:

  • Would it make sense to have a totally dirferent provider like github.com/terraform-providers/terraform-provider-influxdbV2
  • To have both in parallel with a configuration that switch between the two like:
provider "influxdb" {
  url      = "http://influxdb.example.com/"
  organization = "terraform"
  influxdb_version = "2"
}
  • or, my favourite, would be to have a "complete rewrite" in place cutting a new major release so people can use the Influxdb V1 provider by using the version = 1.3.0 of the provider and the version = 2.0.0 of the provider for the influxdb V2 server.
@FredPi17
Copy link

Is there a progress on the creation of this provider for influxdb 2.0 ?

@sidgod
Copy link
Contributor

sidgod commented Mar 17, 2020

One of the suggestion was not to update existing provider, instead write a fresh one. InfluxDB themselves were interested in donating effort of writing this provider. I can check back with them to see if they are going to take this further or OSS community can do it.

@gitirabassi
Copy link
Author

We're want to still work on this. But we're also developing our own integration for Dashboard/Alerts/Buckets as code https://github.com/influxdata/community-templates

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

3 participants