Skip to content

Commit

Permalink
add generated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tigrato committed Oct 2, 2024
1 parent e5642a4 commit 10b39bb
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,6 @@ Optional:

Optional:

- `mfa_device_state` (Number) mfa_device_state reflects what the system knows about the user's MFA device. Note that this is a "best effort" property, in that it can be UNSPECIFIED.
- `password_state` (Number) password_state reflects what the system knows about the user's password. Note that this is a "best effort" property, in that it can be UNSPECIFIED for users who were created before this property was introduced and didn't perform any password-related activity since then. See RFD 0159 for details. Do NOT use this value for authentication purposes!

1 change: 1 addition & 0 deletions docs/pages/reference/terraform-provider/resources/user.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -126,5 +126,6 @@ Optional:

Optional:

- `mfa_device_state` (Number) mfa_device_state reflects what the system knows about the user's MFA device. Note that this is a "best effort" property, in that it can be UNSPECIFIED.
- `password_state` (Number) password_state reflects what the system knows about the user's password. Note that this is a "best effort" property, in that it can be UNSPECIFIED for users who were created before this property was introduced and didn't perform any password-related activity since then. See RFD 0159 for details. Do NOT use this value for authentication purposes!

56 changes: 51 additions & 5 deletions integrations/terraform/tfschema/types_terraform.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 10b39bb

Please sign in to comment.