diff --git a/docs/resources/prompt_screen_renderer.md b/docs/resources/prompt_screen_renderer.md index c16b8786..4758b491 100644 --- a/docs/resources/prompt_screen_renderer.md +++ b/docs/resources/prompt_screen_renderer.md @@ -33,8 +33,7 @@ resource "auth0_prompt_screen_renderer" "prompt_screen_renderer" { "untrusted_data.authorization_params.login_hint", "untrusted_data.authorization_params.screen_hint", "untrusted_data.authorization_params.ui_locales", - "untrusted_data.authorization_params.ext-.key", - "transaction.connection.metadata.key" + "untrusted_data.authorization_params.ext-key", ] head_tags = jsonencode([ { diff --git a/examples/resources/auth0_prompt_screen_renderer/resource.tf b/examples/resources/auth0_prompt_screen_renderer/resource.tf index 25a8bd22..bbfa41ad 100644 --- a/examples/resources/auth0_prompt_screen_renderer/resource.tf +++ b/examples/resources/auth0_prompt_screen_renderer/resource.tf @@ -20,8 +20,7 @@ resource "auth0_prompt_screen_renderer" "prompt_screen_renderer" { "untrusted_data.authorization_params.login_hint", "untrusted_data.authorization_params.screen_hint", "untrusted_data.authorization_params.ui_locales", - "untrusted_data.authorization_params.ext-.key", - "transaction.connection.metadata.key" + "untrusted_data.authorization_params.ext-key", ] head_tags = jsonencode([ {