alekc / terraform-provider-auth0

Mozilla Public License 2.0
18 stars 7 forks source link

Configuration parameter in auth0_connection wont detect drift #26

Open alekc opened 2 years ago

alekc commented 2 years ago

Auth0 returns encrypted values for configuration parameter, as consequence its not possible to detect any drifting in values which are actually stored

Introduce a new field of typelist with 3 fields: name, value, hash (computed). use hash to detect the driftint.

Community Note