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"