Azure / terraform-azurerm-manageddisk

Terraform Azure RM Managed Disk Module
MIT License
5 stars 15 forks source link

Terraform 0.12 - Error: "features": required field is not set #3

Open ehanlon opened 4 years ago

ehanlon commented 4 years ago

Platform: macOS 10.15.3 Terraform Version: v0.12.23 AzureRM Provider: v2.1.0

Warning: Quoted type constraints are deprecated

  on .terraform/modules/emptyDisk/Azure-terraform-azurerm-manageddisk-518e2b3/variables.tf line 48, in variable "tags":
  48:   type        = "map"

Terraform 0.11 and earlier required type constraints to be given in quotes,
but that form is now deprecated and will be removed in a future version of
Terraform. To silence this warning, remove the quotes around "map" and write
map(string) instead to explicitly indicate that the map elements are strings.

Error: "features": required field is not set
ehanlon commented 4 years ago

This is related to #2