Hi @suexec92,
If that interfaces
declaration is inside a locals
block then the correct way to refer to it elsewhere in the configuration is as local.interfaces
, not just interfaces
.
Currently Terraform thinks you are trying to refer to a resource of type interfaces
, because that’s the default handling of any top-level symbol that isn’t considered special by Terraform.