Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

azuread_user: support employee hire date #1436

Open
kang8 opened this issue Jul 16, 2024 · 1 comment · May be fixed by #1437
Open

azuread_user: support employee hire date #1436

kang8 opened this issue Jul 16, 2024 · 1 comment · May be fixed by #1437

Comments

@kang8
Copy link

kang8 commented Jul 16, 2024

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritise this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritise the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

Support setting/getting employee hire date for azuread_user.

New or Affected Resource(s)

  • azuread_user

Potential Terraform Configuration

resource "azuread_user" "example" {
  user_principal_name = "user1@domain.net"
  display_name        = "Test Manager"
  employee_hire_date  = "2014-01-03T00:00:00Z"
}
@kang8
Copy link
Author

kang8 commented Jul 16, 2024

I will submit a PR to implement this field.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants