Skip to content

Commit

Permalink
Fix: doc for auth0_flow (#1129)
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalshit27 authored Jan 21, 2025
1 parent 5a710f8 commit e6a076f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/resources/flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
```
2 changes: 1 addition & 1 deletion examples/resources/auth0_flow/import.sh
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit e6a076f

Please sign in to comment.