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
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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Is there an existing issue for this?
Community Note
Terraform Version
1.3.7
AzureRM Provider Version
3.43.0
Affected Resource(s)/Data Source(s)
data azurerm_linux_web_app, data azurerm_windows_web_app
Terraform Configuration Files
Debug Output/Panic Output
Unable to provide a log, but I found the issue in the code (see Steps to Reproduce).
Expected Behaviour
The property virtual_network_subnet_id should contain the subnet id.
Actual Behaviour
The property virtual_network_subnet_id is an empty string.
Steps to Reproduce
terraform plan
Looking at linux_web_app_data_source.go and windows_web_app_data_source.go the handling for VirtualNetworkSubnetID is missing.
It requires similar handling as in linux_function_app_data_source.go
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: