| var.nic1-id is tuple with 2 elements
Inappropriate value for attribute "network_interface_ids": element 0: string required. Please help me in this issue!
If var.nic1-id is a list, then you would do:
var.nic1-id
network_interface_ids = var.nic1-id
Otherwise, you are creating a list of lists, which results in your error.
1.4m articles
1.4m replys
5 comments
57.0k users