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
│ Error: Invalid function argument
│
│ on .terraform/modules/storage_account/local.tf line 8, in locals:
│ 8: true : file("ERROR: Account kind must be BlockBlobStorage or StorageV2 when enabling static website"))
The check on this line:
terraform-azurerm-storage-account/local.tf
Line 7 in 4a0fe95
Fails when I specify an account kind of FileStorage and leave enable_static_website unspecified, or explicitly set to false.
│ Error: Invalid function argument
│
│ on .terraform/modules/storage_account/local.tf line 8, in locals:
│ 8: true : file("ERROR: Account kind must be BlockBlobStorage or StorageV2 when enabling static website"))
I had to disable this check by just setting it to false in https://github.com/gregb/terraform-azurerm-storage-account/tree/static_website_validation_fix
The text was updated successfully, but these errors were encountered: