Skip to content

Commit

Permalink
Updated example for Form (auth0#1046)
Browse files Browse the repository at this point in the history
* Updated example for form
  • Loading branch information
duedares-rvj authored and bryanlewis-okta committed Oct 24, 2024
1 parent 2a5df25 commit 3805d9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/data-sources/form.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Data source to retrieve a specific Auth0 Form by `id`

```terraform
# An Auth0 form loaded using its ID.
data "auth0_flow" "my_form_data" {
data "auth0_form" "my_form_data" {
id = "ap_31LxRJphZF1Kqzf2zBgmgA"
}
```
Expand Down
2 changes: 1 addition & 1 deletion examples/data-sources/auth0_form/data-source.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# An Auth0 form loaded using its ID.
data "auth0_flow" "my_form_data" {
data "auth0_form" "my_form_data" {
id = "ap_31LxRJphZF1Kqzf2zBgmgA"
}

0 comments on commit 3805d9e

Please sign in to comment.