Open
Description
Feature Description
I just learned about https://docs.newrelic.com/docs/apis/lookups-service-api/lookups-service-api/, and that actually could be quite helpful to manage certain mappings (for instance "internal region name" to "aws region", or names for accounts). I would like a new resource "lookup_table" that allows me to provide this through terraform.
Describe Alternatives
In theory one could use the "usual" graphql workaround, but I don't see lookup tables manageable via GraphQL?