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.
Since this is an InfluxDB instance with HTTPS-enabled and a self-signed cert (not a valid certificate authority), the terraform execution plan should still successfully display
Actual Behavior
What actually happens is that when we run terraform plan, we get the following complaint:
provider.influxdb: error pinging server: Get https://<myHost>:8443/ping: x509: certificate signed by unknown authority
And we're unable to continue.
Steps to Reproduce
Make sure you have a running InfluxDB server
Create a self-signed certificate (using openssl)
Update InfluxDB config to enable https and point the cert to path of (2)
Restart InfluxDB to make sure HTTPs is enabled
Using .tf config from above, run terraform apply
Important Factoids
N/A
References
N/A
The text was updated successfully, but these errors were encountered:
Terraform Version
Terraform v0.11.8
Affected Resource(s)
provider.influxdb: v1.0.1
Terraform Configuration Files
Debug Output
Failure available at https://gist.github.com/schahal/4f4fd3efedd6c1bf7215ce4a3cb0c0c7
Expected Behavior
Since this is an InfluxDB instance with HTTPS-enabled and a self-signed cert (not a valid certificate authority), the terraform execution plan should still successfully display
Actual Behavior
What actually happens is that when we run
terraform plan
, we get the following complaint:And we're unable to continue.
Steps to Reproduce
.tf
config from above, runterraform apply
Important Factoids
N/A
References
N/A
The text was updated successfully, but these errors were encountered: