Skip to content

Commit

Permalink
docs: add attribute to local user resource example
Browse files Browse the repository at this point in the history
  • Loading branch information
d-strobel committed May 6, 2024
1 parent 18ccb0c commit 5740766
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/resources/local_user.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ resource "windows_local_user" "this" {
full_name = "My User"
description = "This is a test user"
password = "P@ssw0rd!"
account_expires = "2023-10-30T18:00:00Z"
enabled = true
password_never_expires = true
user_may_change_password = true
Expand Down
1 change: 1 addition & 0 deletions examples/resources/windows_local_user/resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ resource "windows_local_user" "this" {
full_name = "My User"
description = "This is a test user"
password = "P@ssw0rd!"
account_expires = "2023-10-30T18:00:00Z"
enabled = true
password_never_expires = true
user_may_change_password = true
Expand Down

0 comments on commit 5740766

Please sign in to comment.