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
If I specify the relative path to a credentials file, the provider would find and use that file. For example, if I set the credentials variable to ./creds.json the provider would find the creds.json file in the same path as where Terraform is running and use that.
Current Behavior
Setting the credentials variable with a relative path results in the provider looking for the default ~/.rubrik/polaris-accounts.json file. An error message is generated saying that the provider can't find this default credentials file.
Failure Information (for bugs)
None, see description.
Steps to Reproduce
See description.
Context
Version of project = 0.7.2
Version of dependencies = N/A
Version of operating system = N/A
Failure Logs
None
The text was updated successfully, but these errors were encountered:
Expected Behavior
If I specify the relative path to a credentials file, the provider would find and use that file. For example, if I set the
credentials
variable to./creds.json
the provider would find thecreds.json
file in the same path as where Terraform is running and use that.Current Behavior
Setting the
credentials
variable with a relative path results in the provider looking for the default~/.rubrik/polaris-accounts.json
file. An error message is generated saying that the provider can't find this default credentials file.Failure Information (for bugs)
None, see description.
Steps to Reproduce
See description.
Context
Failure Logs
None
The text was updated successfully, but these errors were encountered: