│ Error: Unsupported attribute
│
│ on .terraform/modules/spokebaseline.storage/main.tf line 67, in resource "azurerm_storage_account" "sa":
│ 67: for_each = lookup(var.storage.blob_properties, "delete_retention_in_days", null) != null ? [1] : []
│ ├────────────────
│ │ var.storage is object with 3 attributes
│
│ This object does not have an attribute named "blob_properties".
╵
╷
│ Error: Unsupported attribute
│
│ on .terraform/modules/spokebaseline.storage/main.tf line 74, in resource "azurerm_storage_account" "sa":
│ 74: for_each = lookup(var.storage.blob_properties, "restore_policy", false) ? [1] : []
│ ├────────────────
│ │ var.storage is object with 3 attributes
│
│ This object does not have an attribute named "blob_properties".
╵
╷
│ Error: Unsupported attribute
│
│ on .terraform/modules/spokebaseline.storage/main.tf line 82, in resource "azurerm_storage_account" "sa":
│ 82: for_each = lookup(var.storage.blob_properties, "container_delete_retention_in_days", null) != null ? [1] : []
│ ├────────────────
│ │ var.storage is object with 3 attributes
│
│ This object does not have an attribute named "blob_properties".
I am getting the following errors:
│ Error: Unsupported attribute │ │ on .terraform/modules/spokebaseline.storage/main.tf line 67, in resource "azurerm_storage_account" "sa": │ 67: for_each = lookup(var.storage.blob_properties, "delete_retention_in_days", null) != null ? [1] : [] │ ├──────────────── │ │ var.storage is object with 3 attributes │ │ This object does not have an attribute named "blob_properties". ╵ ╷ │ Error: Unsupported attribute │ │ on .terraform/modules/spokebaseline.storage/main.tf line 74, in resource "azurerm_storage_account" "sa": │ 74: for_each = lookup(var.storage.blob_properties, "restore_policy", false) ? [1] : [] │ ├──────────────── │ │ var.storage is object with 3 attributes │ │ This object does not have an attribute named "blob_properties". ╵ ╷ │ Error: Unsupported attribute │ │ on .terraform/modules/spokebaseline.storage/main.tf line 82, in resource "azurerm_storage_account" "sa": │ 82: for_each = lookup(var.storage.blob_properties, "container_delete_retention_in_days", null) != null ? [1] : [] │ ├──────────────── │ │ var.storage is object with 3 attributes │ │ This object does not have an attribute named "blob_properties".
Seems to be related with the latest commit