Skip to content

Commit

Permalink
AUT-2035: updating docs
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleJono committed May 22, 2024
1 parent 306f804 commit a1c1816
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/resources/action_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ resource "authsignal_action_configuration" "terraform-provider-test" {
"defaultTemplate" : "hello world!"
}
})
verification_methods = ["EMAIL_OTP", "PASSKEY", "AUTHENTICATOR_APP"]
default_verification_method = "AUTHENTICATOR_APP"
prompt_to_enroll_verification_methods = ["PASSKEY"]
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ resource "authsignal_action_configuration" "terraform-provider-test" {
"defaultTemplate" : "hello world!"
}
})
verification_methods = ["EMAIL_OTP", "PASSKEY", "AUTHENTICATOR_APP"]
default_verification_method = "AUTHENTICATOR_APP"
prompt_to_enroll_verification_methods = ["PASSKEY"]
}

0 comments on commit a1c1816

Please sign in to comment.