You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 5, 2020. It is now read-only.
The influxdb Terraform provider attempts to sanity check and ping test the url value in the provider block. This is problematic when Terraform has even begun to provision a influxdb instance.
I think any checking/pinging should be delayed until the influxdb resources are run.
Provider should not assume that an InfluxDB has already been provisioned. InfluxDB resources should begin provisioning once dependencies have completed.
Actual Behavior
Provider attempts to ping test an InfluxDB has has yet been provisioned. Terraform apply command fails.
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
Important Factoids
n/a
References
n/a
The text was updated successfully, but these errors were encountered:
The influxdb Terraform provider attempts to sanity check and ping test the
url
value in the provider block. This is problematic when Terraform has even begun to provision a influxdb instance.I think any checking/pinging should be delayed until the influxdb resources are run.
Terraform Version
Terraform v0.11.7
Affected Resource(s)
provider "influxdb"
Terraform Configuration Files
Debug Output
https://gist.github.com/paulgrav/620793871695c4f8c6298beb36120730
Expected Behavior
Provider should not assume that an InfluxDB has already been provisioned. InfluxDB resources should begin provisioning once dependencies have completed.
Actual Behavior
Provider attempts to ping test an InfluxDB has has yet been provisioned. Terraform apply command fails.
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
Important Factoids
n/a
References
n/a
The text was updated successfully, but these errors were encountered: