We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Terraform v1.4.2 on windows_amd64 + provider registry.terraform.io/hashicorp/ad v0.4.4
Windows Server 2019
ad_user
terraform { required_providers { ad = { source = "hashicorp/ad" version = "0.4.4" } } } provider "ad" { winrm_hostname = "" winrm_username = "" winrm_password = "" } resource "ad_ou" "o" { name = "test-user" path = "DC=test,DC=de" protected = false } resource "ad_user" "special" { principal_name = "söüäß-éòñ" sam_account_name = "söüäß-éòñ" display_name = "Special öüäß-éòñ" email_address = "special.öüäß-éòñ@test.local" initial_password = "Password123!" container = "OU=test-user,DC=test,DC=de" }
https://gist.github.com/markus-volkert-mint/92ac74b39277ecc9214347ec9b6b0c1d
I would expect the user to be created with all special characters correctly interpreted.
I receive an error message and the user is not created.
terraform apply
This error occurs both in Powershell (PSVersion 5.1) and in the commandline.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Terraform Version and Provider Version
Windows Version
Windows Server 2019
Affected Resource(s)
ad_user
Terraform Configuration Files
Debug Output
https://gist.github.com/markus-volkert-mint/92ac74b39277ecc9214347ec9b6b0c1d
Expected Behavior
I would expect the user to be created with all special characters correctly interpreted.
Actual Behavior
I receive an error message and the user is not created.
Steps to Reproduce
terraform apply
This error occurs both in Powershell (PSVersion 5.1) and in the commandline.
Community Note
The text was updated successfully, but these errors were encountered: