-
Notifications
You must be signed in to change notification settings - Fork 301
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
external_senders_allowed failing even when unset with Service Principal authentication #893
Comments
I'm also facing this issue with using a service principal and trying to update an existing group which was deployed by Terraform:
The deployment of But when I run
The group When I'm running
|
Same problem here, I cannot import an existing group on terraform. No matter which value I put for |
Having the same problem, but wanted to share a workaround for our specific encounter with the issue (and perhaps may provide some hints when debugging). We're importing an existing group. It appears that when using the TL;DR – we were able to simply set Hope this helps. |
Would a possible fix be the following in this location? I'm not sure I understand exactly what Essentially, only perform a PATCH request if the attribute has changed.
The same fix would be neeeded for auto_subscribe_new_members, hide_from_address_lists and hide_from_outlook_clients. |
This functionality has been released in v2.35.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Terraform (and AzureAD Provider) Version
Affected Resource(s)
azuread_group
Terraform Configuration Files
Debug Output
I can debug if necessary.
Panic Output
Expected Behavior
It should ignore patching the
external_senders_allowed
if it isn't set.Actual Behavior
It is failing with error because I previous had
external_senders_allowed = true
after manually changing the group setting outside of Terraform. After removing the option it is now failing to unset.Steps to Reproduce
terraform apply
Important Factoids
References
Please reference #729
The text was updated successfully, but these errors were encountered: