Daniel Randell
Daniel Randell
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request. * Please do...
Fixes: https://github.com/hashicorp/terraform-provider-google/issues/10983 I've added a new attr to the resource class, so we can differentiate between resources that just use an id (because the API does not output name) and...
Mostly style and consistency changes with some new configuration options and one additional output. I don't have an org setup so I can't test this myself but I've not fundamentally...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request. * Please do...
### Terraform Version ```shell v1.7.0-beta1 ``` ### Use Cases All of our internal modules accept more than one input either in the form of a list of objects or a...
Current 0Auth providers are strings. Appwrite should define an enum with all the allowed providers for each of use. Existing flutter example; ``` return await account.createOAuth2Session(provider: 'facebook'); ``` Proposed improvment;...
## What happened? Note this isn't a bug more asking for advice to see if there's anything obvious that i'm missing (the templates are only bug / idea). The calls...
Hi, does anyone have an example of how to generate an ID token? Dan
### Actual Situation We have a self hosted version of gitlab which has a different URL. Right now any gitlab links are hardcoded to start with https://gitlab.com ### Desired Situation...
**Is your feature request related to a problem? Please describe.** Reading the sys directory is not supported under cloud run v1. Therefore when running on cloud run the default_provider function...