Sergiu Ghitea

Results 14 issues of Sergiu Ghitea

# THIS REPOSITORY HAS MOVED This issue is opened to inform users that this repository has been moved under the [Auth0](https://auth0.com/) organization and will continue to be maintained at https://github.com/auth0/terraform-provider-auth0.

# THIS REPOSITORY HAS MOVED This issue is opened to inform users that this repository has been moved under the [Auth0](https://auth0.com) organization and will continue to be maintained at https://github.com/auth0/go-auth0.

documentation

From terraform-provider-auth0 created by [lebaptiste](https://github.com/lebaptiste): alexkappa/terraform-provider-auth0#279 ### Description Aside Terraform resources, there is also another [data source](https://www.terraform.io/docs/configuration/data-sources.html) type which is roughly the readonly version of a resource. That would be...

feature

From terraform-provider-auth0 created by [red8888](https://github.com/red8888): alexkappa/terraform-provider-auth0#400 ### Description If a setting isn't defined in the terraform config it seems like the provider just ignores out of band changes. This is...

bug
resource/auth0_client

### Describe the problem I'm opening this issue to capture several related issues opened on https://github.com/alexkappa/terraform-provider-auth0. Under the hood, this Provider uses the [Auth0 Go SDK](https://github.com/auth0/go-auth0) to make calls to...

bug

From terraform-provider-auth0 created by [red8888](https://github.com/red8888): alexkappa/terraform-provider-auth0#403 `auth0_client_grant` allows us to create a specific grant, but I want to fully control and track all grants made for an app or api....

feature
resource/auth0_client_grant

From terraform-provider-auth0 created by [btilford](https://github.com/btilford): alexkappa/terraform-provider-auth0#343 ### Description In the case permissions aren't automatically added for the management api the provider needs to be configured to request the scopes it...

feature

From terraform-provider-auth0 created by [WilliamABradley](https://github.com/WilliamABradley): alexkappa/terraform-provider-auth0#213 ### 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...

feature
resource/auth0_role
resource/auth0_user

### 📝 Checklist - [x] All new/changed/fixed functionality is covered by tests (or N/A) - [x] I have added documentation for all new/changed functionality (or N/A) ### 🔧 Changes This...

### Checklist - [X] I agree to the terms within the [Auth0 Code of Conduct](https://github.com/auth0/open-source-template/blob/master/CODE-OF-CONDUCT.md). ### Describe the problem you'd like to have solved The current `auth0_connection` resource is used...

documentation
resource/auth0_connection
fixed but not yet released