Closed tomer-ds closed 1 year ago
I can only imagine that it is something I might be doing with the authentication... I am getting the same error when attempting to create a cloud account resource.
This happens after attempting to apply
terraform apply --auto-approve
╷
│ Error: failed to cloud account: 401 - "Authentication error: Authentication failed for provided credentials"
│
│ with module.redis["poc"].rediscloud_cloud_account.account,
│ on ..\..\main.tf line 55, in resource "rediscloud_cloud_account" "account":
│ 55: resource "rediscloud_cloud_account" "account" { #! open for testing
│
╵
Ok... so it owuld seem that the user that I created for this task need to have the account verified by clicking the link on the email sent on user creation. I have done this and am now getting other errors... so I guess this case is closed and I will attempt to fix the new errors...
Thanks anyway
Hi there,
Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please see: https://www.terraform.io/community.html.
Terraform Version
Run
terraform -v
to show the version. If you are not running the latest version of Terraform, please upgrade because your issue may have already been fixed.Affected Resource(s)
Please list the resources as a list, for example:
If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.
I am creating multiple instances of this data source, but always the same one
Terraform Configuration Files
Both environment variables are set for authentication. Both were successfully tested using swagger API calls:
Debug Output
Please provider a link to a GitHub Gist containing the complete debug output: https://www.terraform.io/docs/internals/debugging.html. Please do NOT paste the debug output in the issue; just paste a link to the Gist.
Expected Behavior
Rules will be querried from RedisCloud and returned by the data source successfully
Actual Behavior
401 Authentication error
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform init
terraform plan