upstash / terraform-provider-upstash

MIT License
22 stars 4 forks source link

What's the output of a redis_database? #3

Closed StarpTech closed 2 years ago

StarpTech commented 2 years ago

Hi, as titled. I'd like to get access to the database URL, port and token.

burak-upstash commented 2 years ago

Hi there! Current version of the provider provides the endpoint, which can be converted to the URL by prefixing https://<endpoint> . For the port and the rest tokens, we expect to release a new version soon.

buggyhunter commented 2 years ago

https://registry.terraform.io/providers/upstash/upstash/1.0.2 has been released with a fix. now all credentials can be received as terraform output closing the issue for now