Error when creating Azure Storage Account with Terraform. "Blocks of type dynamic are not expected here"
I wrote it as follows by referring to this link. https://github.com/claranet/terraform-azurerm-storage-account/blob/master/r-storage-account.tf Blocks of type "dynamic" are not expected here error occurs. The "dynamic" indicator seems to be getting an error somewhere, but I can't find it. I ask for your…