From e6a076f3b0bf9aed31953fc71b7638016312d7f6 Mon Sep 17 00:00:00 2001 From: Kushal <43465488+kushalshit27@users.noreply.github.com> Date: Tue, 21 Jan 2025 15:59:27 +0530 Subject: [PATCH] Fix: doc for auth0_flow (#1129) --- docs/resources/flow.md | 2 +- examples/resources/auth0_flow/import.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/resources/flow.md b/docs/resources/flow.md index 6e768792..0444833e 100644 --- a/docs/resources/flow.md +++ b/docs/resources/flow.md @@ -57,5 +57,5 @@ Import is supported using the following syntax: # This resource can be imported using the flow ID. # # Example: -terraform import auth0_form.my_flow "af_4JwsAjokf6DpK8xJCkTRjK" +terraform import auth0_flow.my_flow "af_4JwsAjokf6DpK8xJCkTRjK" ``` diff --git a/examples/resources/auth0_flow/import.sh b/examples/resources/auth0_flow/import.sh index 05119366..1ee1c32b 100644 --- a/examples/resources/auth0_flow/import.sh +++ b/examples/resources/auth0_flow/import.sh @@ -1,4 +1,4 @@ # This resource can be imported using the flow ID. # # Example: -terraform import auth0_form.my_flow "af_4JwsAjokf6DpK8xJCkTRjK" +terraform import auth0_flow.my_flow "af_4JwsAjokf6DpK8xJCkTRjK"