-
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
azuread_application using prevent_duplicate_names does not ignore provisioned app #310
Comments
@nerddtvg Thanks for reporting this bug, we'll look at remediating as soon as we are able. |
Hit the same problem, would appreciate the prevent_duplicate_names check |
Impacted by this as well. Seems to only happen with
|
This has been released in version 1.1.0 of the provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. As an example: provider "azuread" {
version = "~> 1.1.0"
}
# ... other configuration ... |
Thank you so much! |
Hi, and still get the error. The application ID in the error IS the application ID of the app registration that terraform has partially managed to create before it has the error.
|
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. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks! |
https://github.com/terraform-providers/terraform-provider-azuread/blob/d2dfb01976da48d3ff14e92b6858c182da6c2536/azuread/helpers/graph/application.go#L288-L290
When utilizing prevent_duplicate_names, the provisioning process will error out after the app has been created and during the application of other values. The check should ignore the provisioned application that it is updating.
The text was updated successfully, but these errors were encountered: