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
The issue was stemmed by use of a defined provider alias. The alias was missing from resource and did not pick up the auth values set against the provider.
Resolution: (Add to grafana resources in terraform matching alias of provider definition)
Terraform Version
Terraform v0.11.14 ( via Visual Studio Team Services extension)
Affected Resource(s)
Provider
grafana
Terraform Configuration Files
Debug Output
Debug output from Plan: https://github.com/ocastle/gist/blob/master/grafana-provider.gist
Expected Behavior
Access to the Grafana API granted using the 'url' and 'auth' values provided.
Testing the auth token/url combination I was able to confirm that the api is accessible and working.
Working command:
Actual Behavior
Referenced tf variables are set, but the provider.grafana prompts for .auth
[DEBUG] command: asking for input: "provider.grafana.auth"
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
Important Factoids
Visual Studio Team Services task extension to call terraform commands.
References
Not explicitly encountering this behavior that I found.
The text was updated successfully, but these errors were encountered: