Hi all
I am attempting to deploy an azurerm_linux_web_app but do not need backups but can’t find a way to disable them without also specifying a name, storage account and schedule. Why are these needed if the backups are disabled?
backup {
enabled = false
}
╷
│ 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.