-
Notifications
You must be signed in to change notification settings - Fork 70
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
Apply doesn't work - Still creating #98
Comments
I think I know where the issue is. As I'm using a unix machine, I cannot exec 'powershell.exe' from there :
I installed powershell on my machine but It doesn't work too. Maybe due to ´.exe´ extension. This provider seems specifically dedicated to Windows machines. |
Hello @Kronk74 , It doesn't have anything to do with powershell.exe. At first side, based on your log output I don't really know where to look... |
Hello @jpatigny , Oki I understand better how it works. I'll try to see if winrm client on my linux machine work and can reach AD server. |
Hello guys. I am seeing this exact same behaviour today when testing creating an AD group with this provider. From my Mac machine it just seems to hang and never create the AD group. Did either of you get to the bottom of this? |
I'm seeing the same issue when using "ad_group_membership". Getting stuck on "Still creating..." and either timing out or have to cancel manually. I've tried a bunch of stuff and nothing seems to be working. |
Hello,
I'm trying to use this provider to create groups on a Active directory server but nothing happen when I apply.
Is it a bug or a bad configuration ?
Best regards,
Thomas
Terraform Version and Provider Version
terraform version : 13.4
ad provider: 0.4.2
OS
I use a linux machine to launch terraform. (Nixos)
Affected Resource(s)
ad_group
Terraform Configuration Files
provider.tf
ad.tf
krb5.conf
Debug Output
Expected Behavior
Create a group.
Actual Behavior
Nothing happened.
Steps to Reproduce
terraform init
terraform plan
terraform apply
Community Note
The text was updated successfully, but these errors were encountered: