Please vote on this issue by adding a :thumbsup: 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.
╷
│ Error: Missing required argument
│
│ on modules/app_service/app_service.tf line 52, in resource "azurerm_linux_web_app" "dashboard":
│ 52: backup {
│
│ The argument "name" is required, but no definition was found.
╵
╷
│ Error: Missing required argument
│
│ on modules/app_service/app_service.tf line 52, in resource "azurerm_linux_web_app" "dashboard":
│ 52: backup {
│
│ The argument "storage_account_url" is required, but no definition was found.
╵
╷
│ Error: Insufficient schedule blocks
│
│ on modules/app_service/app_service.tf line 52, in resource "azurerm_linux_web_app" "dashboard":
│ 52: backup {
│
│ At least 1 "schedule" blocks are required.
Expected Behaviour
App service created without backups enabled
Actual Behaviour
App service failed to be created as states name, storage_account_url and schedule are required
Is there an existing issue for this?
Community Note
Terraform Version
1.9.8
AzureRM Provider Version
4.9.0
Affected Resource(s)/Data Source(s)
azurerm_linux_web_app
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
App service created without backups enabled
Actual Behaviour
App service failed to be created as states
name
,storage_account_url
andschedule
are requiredSteps to Reproduce
No response
Important Factoids
No response
References
No response