alekc / terraform-provider-auth0

Mozilla Public License 2.0
18 stars 7 forks source link

Improve handling of connections between auth0_resource_server and applications #20

Open alekc opened 2 years ago

alekc commented 2 years ago

Currently we are using auth0_client_grant to connect api to applications,

Sadly it's not very IAC'sh approach since a newly created connection won't be picked up by change checker on the application.

We should introduce a new property to the auth0_client resource which will deal with such connections.

Community Note