-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
azurerm_linux_function_app_{,slot}: setting only site_config.cors.allowed_origins wants to add support_credentials = false #20193
Comments
Thanks for raising this issue @johanngyger . Can you help me to clarify about your TF config? Are you setting cors as below?
|
Correct, @xiaxyi: it only happens with |
Yes, this is the default setting which equals to null value. We won't set the default setting in state so you are seeing diff here... I need to check whether to conditionally set the default value. Is the diff bringing you any trouble? |
No trouble, the diff just keeps showing up. We have a workaround. |
I see. Are you choosing the ignore_change option to avoid the cors diff? |
Yes, but I just realized I could use a dynamic block because we're using it in a module. |
This is also a problem with the |
Also seeing this issue. Even when I ignore |
@matt-byrne ,Thanks for adding feedbacks, you can track the fix via #20251 |
Can someone be assigned to that PR? It's been open for a month now, and this issue can be confusing when reviewing plans. |
Also with the supposed fix in azurerm 3.49.0 we are still seeing
It's not showing up when the Is that the desired state? |
Confirming I'm still seeing this issue in 3.49.0 also. |
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. |
Is there an existing issue for this?
Community Note
Terraform Version
1.3.7
AzureRM Provider Version
3.40.0
Affected Resource(s)/Data Source(s)
azurerm_linux_function_app, azurerm_linux_function_app_slot
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
No changes
Actual Behaviour
No response
Steps to Reproduce
No response
Important Factoids
No response
References
#20148
The text was updated successfully, but these errors were encountered: