netology-code/ter-homeworks

Ошибка в файле 02/demostration2.tf

P0zitiff4ik opened this issue · 0 comments

terraform init ругается:

╷
│ Error: Invalid type specification
│ 
│   on demostration2.tf line 87, in variable "user_contacts2":87:   type = map(object(map(list(tuple([string, string, bool])))))
│ 
│ Object type constructor requires a map whose keys are attribute names and whose values are the corresponding attribute types.
╵

╷
│ Error: Invalid type specification
│ 
│   on demostration2.tf line 87, in variable "user_contacts2":87:   type = map(object(map(list(tuple([string, string, bool])))))
│ 
│ Object type constructor requires a map whose keys are attribute names and whose values are the corresponding attribute types.