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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave comments along the lines of "+1", "me too" or "any updates", they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment and review the contribution guide to help.
Is there an existing issue for this?
Community Note
Terraform Version
1.9.8
AzureRM Provider Version
4.14.0
Affected Resource(s)/Data Source(s)
azurerm_linux_function_app
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
The planned change to WEBSITE_CONTENTSHARE is actually made on this resource.
Actual Behaviour
Apply succeeds, but value is not updated in portal.
Steps to Reproduce
Apply to create the resource with a custom WEBSITE_CONTENTSHARE
Change WEBSITE_CONTENTSHARE to something else, plan will show e.g.:
Terraform will perform the following actions:
azurerm_linux_function_app.test will be updated in-place
~ resource "azurerm_linux_function_app" "test" {
~ app_settings = {
~ "WEBSITE_CONTENTSHARE" = "custom-asdf" -> "custom-hjkl"
Apply succeeds, but value is not updated in portal. Subsequent plan will show the same planned change above.
Important Factoids
No response
References
Found this is a tested value in the provider:
terraform-provider-azurerm/internal/services/appservice/linux_function_app_resource_test.go
Line 2359 in 4a6054e
The text was updated successfully, but these errors were encountered: