0
0
llucycodes42
The code above defines a provider for the InfluxDB database. The name of the database and its hostname can be provided.
Shortcut: tf_influxdb
provider "influxdb" {
username = "1234abcd"
url = "http://influxdb.example.com/"
}