Azure / terraform-azurerm-vnetpeering

Module to create and manage virtual network peering which allows resources to access other resources in the linked virtual network.
MIT License
9 stars 33 forks source link

Module is not supported for latest release of terraform #10

Open vikrantkataria opened 2 years ago

vikrantkataria commented 2 years ago

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. Remove the quotes around "map" and write

│ Error: Invalid quoted type constraints │ │ on .terraform\modules\vnetpeering2tocomm\variables.tf line 49, in variable "tags": │ 49: 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. Remove the quotes around "map" and write │ map(string) instead to explicitly indicate that the map elements are strings. ╵

turb0chrg commented 2 years ago

Agreed. Has this module been abandoned?