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
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.
1.3.6
Affected Resource(s)
Please list the resources as a list, for example:
datasource rediscloud_database
If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.
Hi @atsui-bay1, thank you for the feedback and detailed description.
We are investigating it. It seems like, as you mentioned, the database data source doesn't support A.
We will work on this soon and fix it. I'll make sure to keep you posted once we have an ETA.
Hi @NoamSternRedis, I finally got around to testing this and can confirm that they work and solve our problem, thank you!
It would be nice if the A-A subscription data source exposed the regions, and I've filed an issue for that (with an easy workaround, so this is a very minor request)
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.1.3.6
Affected Resource(s)
Please list the resources as a list, for example:
rediscloud_database
If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.
Terraform Configuration Files
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.
Panic Output
Expected Behavior
Datasource should return the requested database, or a new datasource needs to be created for active-active databases
Actual Behavior
What actually happened?
Crash, due to
ThroughputMeasurement.By
not existing in the JSON responseSteps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
Important Factoids
Are there anything atypical about your accounts that we should know? For example: Running in EC2 Classic? Custom version of OpenStack? Tight ACLs?
References
Are there any other GitHub issues (open or closed) or Pull Requests that should be linked here? For example:
The text was updated successfully, but these errors were encountered: