You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Want to report an issue with destroy of GPO resource. If the GPO name is containing spaces or any special character, the resource is destroyed from the state but remains present as the Group Policy.
Upon closer exception of TFLOG, I see that the command is triggered with unquoted name of the GPO.
With this specific name 'test' it's fine, but with anything that contains spaces it's not deleted.
Want to report an issue with destroy of GPO resource. If the GPO name is containing spaces or any special character, the resource is destroyed from the state but remains present as the Group Policy.
Upon closer exception of TFLOG, I see that the command is triggered with unquoted name of the GPO.
With this specific name 'test' it's fine, but with anything that contains spaces it's not deleted.
https://github.com/hashicorp/terraform-provider-ad/blame/74583306682edaf41834c17711db3e32f359d692/ad/internal/winrmhelper/winrm_gpo.go#L260
The text was updated successfully, but these errors were encountered: